0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of git://github.com/jezdez/django-dbtemplates More... over 15 years ago
tag update More... over 15 years ago
Added some documentation for the example project, support to start it directly and small touches on the docs More... over 15 years ago
Some for annoyance for hgignore More... over 15 years ago
Updated MANIFEST and bumped minor version to 0.5.2 More... over 15 years ago
Fixed problem when django.contrib.sites' table isn't populated yet on initialization of dbtemplates. Thanks for the report, Kevin Fricovsky More... over 15 years ago
Changed a translation string and updated locales More... over 15 years ago
Added simple example project for testing More... over 15 years ago
Added hgignore file More... over 15 years ago
overview.txt was added to MANIFEST.in More... over 15 years ago
.gitignore More... over 15 years ago
Added tag v0.5.1 for changeset d4d6fd6ef24e More... over 15 years ago
D'oh, stupid bug in docs More... over 15 years ago
Added tag v0.5.1 for changeset d28c311da014 More... over 15 years ago
Use docs/overview.txt for PyPI and only have small things in README More... over 15 years ago
Added tag v0.5.1 for changeset 374b15b01724 More... over 15 years ago
Removed old sync_templates.py script, use the django-admin.py sync_templates please. Removes unneeded code that registers the model with django-reversion manually. Updated docs after move from Google Code to Bitbucket. More... over 15 years ago
Updated German and Hebrew locales (Thanks to Alex Gaynor) and bumped version to 0.5.0 More... over 15 years ago
Updated docs after adding caching backend and support for django-reversion More... over 15 years ago
Fixed docstring in template loader. Fixed wrong return types in FileSystemBackend. More... over 15 years ago
Refactored template loader to use new backend architecture, that populates the cache by using signals. Adds a BaseCacheBackend class with a simple API (load, save, remove) to be subclassed and specified in the DBTEMPLATES_CACHE_BACKEND settings. Adds DjangoCacheBackend (uses Django's own caching mechanism) and FileSystemBackend (simple approach to filesystem saving). More... over 15 years ago
Added support for django-reversion to versionize Template instances. Enabled only if django-reversion is installed. Makes the template textarea appear larger and use monospace fonts. Enables filtering by sites in the changelist view. More... over 15 years ago
Merge branch 'master' of git://github.com/svetlyak40wt/django-dbtemplates More... over 15 years ago
Fill template with existing one, in case, if 'content' was leaved empty. More... over 15 years ago
More doc changes for Pinax More... over 15 years ago
Added simple documentation for sphinxified pinax docs More... over 15 years ago
bumped version More... over 15 years ago
Made save() mathod arguments magic More... over 15 years ago
fixed wrong link in setup.py and readme More... over 15 years ago
modifications on the docs and version bump More... over 15 years ago