Jannis Leidel
|
d6a0af9aa7
|
Split docs in multiple files and updated use ReadTheDocs.
|
2011-04-11 19:21:51 +02:00 |
|
Jannis Leidel
|
1cff31f515
|
Updated setup.py and manifest template to use new static file location.
|
2011-04-11 18:02:04 +02:00 |
|
Jannis Leidel
|
fcafe7fb70
|
Prepare for a Github move only release.
|
2010-09-04 14:21:31 +02:00 |
|
Jannis Leidel
|
ddd9d9b4fc
|
Updated packaging files to not include template file anymore.
|
2010-06-24 16:22:47 +02:00 |
|
Jannis Leidel
|
70afccbb8f
|
Updated packaging a little.
--HG--
rename : README => README.rst
|
2010-03-18 18:50:06 +01:00 |
|
Jannis Leidel
|
3da20729b5
|
Exlucde example app from installation, bumped to 0.5.8
|
2009-05-26 19:54:27 +02:00 |
|
Jannis Leidel
|
394c69c4cc
|
Changed docs and setup.py to use new location at Bitbucket. Added hgignore, remove .gitignore
|
2009-05-20 14:08:59 +02:00 |
|
Jannis Leidel
|
c7335e4a5e
|
Minor updates to install instructions, license, manifest template and setup.py.
committer: Jannis Leidel <jannis@leidel.info>
--HG--
extra : convert_revision : adf33b8f9e976f92d0a82d753b265e693dca947c
|
2009-04-11 11:12:11 +02:00 |
|
Jannis Leidel
|
078985d629
|
Changed setup.py to use setuptools because it has a with zip_safe attribute which prevents creating zipped installations.
committer: Jannis Leidel <jannis@leidel.info>
--HG--
extra : convert_revision : 5e5b1e2202d8e4b2354e52273e468a829f173508
|
2009-03-01 01:04:19 +01:00 |
|
leidel
|
b7011dce7e
|
Made loader and cache backends site-aware. The filesystem cache backend now saves the files under <dir>/<site_domain>/<file_name>. The Django cache backend the Site id in the cache key. Template is now saved explicitly to backend if not existent in cache (e.g. if deleted manually or invalidated). Bumped version to 0.5.4.
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@88 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : 564571948adb06cdda915b665aa61d00b3118ed0
|
2008-12-26 17:39:48 +00:00 |
|
leidel
|
7fafcbd72b
|
Small change to fix download from Github.
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@87 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : b0159e9f5cb18d49f224d9d5649614492f80ac49
|
2008-11-30 00:54:35 +00:00 |
|
leidel
|
c9277e9c84
|
Removed automatic creation of 404.html and 500.html templates and added a new management command for those cases called "create_error_templates". Also made reverted move to Bitbucket.
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@84 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : b03959a7322a1acd040dad721d80d7bbd680f16d
|
2008-11-28 13:06:34 +00:00 |
|
leidel
|
84dc3e0bcc
|
Added hooks for __version__
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@83 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : 5c361908f79ffc41f9d88db684370b4a2e194028
|
2008-11-21 11:26:14 +00:00 |
|
leidel
|
2f37c244b0
|
Small change in the description
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@82 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : 5c5cc003dad58a241d8c762bd3e3ac16b581ce3d
|
2008-11-21 11:25:55 +00:00 |
|
leidel
|
fff8405c69
|
Updated MANIFEST and bumped minor version to 0.5.2
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@77 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : d6a0d6246b4187ae39b4b0504be20964d46e13b9
|
2008-11-16 02:02:48 +00:00 |
|
leidel
|
16a75eb97e
|
Use docs/overview.txt for PyPI and only have small things in README
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@67 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : b17aa26289871ff1eea693d117c3527e3e315efa
|
2008-11-09 13:56:05 +00:00 |
|
leidel
|
d984b45540
|
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.
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@65 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : 49af8f284937e75d0878354684fb1ce9addb04a0
|
2008-11-09 13:55:20 +00:00 |
|
leidel
|
74482aca1e
|
Updated German and Hebrew locales (Thanks to Alex Gaynor) and bumped version to 0.5.0
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@61 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : a116b77509c0cf53ff39b8052ec30dcbfeefeeb2
|
2008-11-02 00:06:16 +00:00 |
|
leidel
|
369e56444a
|
bumped version
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@53 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : c7ba79449681a364d3556dbee6bde888d131870b
|
2008-10-04 10:04:23 +00:00 |
|
leidel
|
df4cd6eefc
|
fixed wrong link in setup.py and readme
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@51 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : 186cfedaed9e86360460eb6b831e0734c995f630
|
2008-09-10 19:29:32 +00:00 |
|
leidel
|
b9fd0c4466
|
modifications on the docs and version bump
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@50 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : 423a7f908aa2f6b9a3e9c00c57a946fd40047c7f
|
2008-09-07 22:23:37 +00:00 |
|
leidel
|
56c4701737
|
actually implemented the --force option of sync_templates command, thanks Martin Mahner
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@49 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : 249d1af3375b0be74f37e5190475733898545ef5
|
2008-09-02 13:21:46 +00:00 |
|
leidel
|
9434a10e69
|
fixed error in custom model save() after changes in Django r8670, bumped version to 0.4.4
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@48 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : 9c0c8140843173ac78d682c467fc824b311a6e92
|
2008-09-02 13:03:51 +00:00 |
|
leidel
|
3039c1c461
|
bumped version up because of oldforms removal
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@47 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : bdf4dd5d441ad28f6261d4e6d17bc873b362272e
|
2008-08-27 10:27:51 +00:00 |
|
leidel
|
32a25d8524
|
Added Hebrew translation, thanks mkriheli
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@43 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : f75b729367d58618ba8670166236938f760e2633
|
2008-08-23 22:12:17 +00:00 |
|
leidel
|
ca18ebea08
|
changed version
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@40 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : 677dcc00a18a16d486f0f4e234d45ebaabbb437c
|
2008-08-19 15:18:41 +00:00 |
|
leidel
|
2187c10537
|
added support for newforms-admin
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@35 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : 3be7558f64d204bc9cbb445cb6e1b8ae84369a82
|
2008-07-19 10:48:07 +00:00 |
|
leidel
|
ffcb12a1c2
|
changed version to 0.3.1
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@31 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : ea48fa605d716fc7da81d95a86992f3d0a7fd20b
|
2008-05-13 23:45:04 +00:00 |
|
leidel
|
b41e88b1d8
|
little changes on setup.py for 0.3.0 release
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@28 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : d4b0c632ad42e8e8c9bf78107ef685b5e2fa1926
|
2008-05-13 22:46:52 +00:00 |
|
leidel
|
a9df6d73b1
|
new management command 'sync_templates' for syncing the templates bidirectional
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@27 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : 252aa837acd100f5a4588f12d7ea33c5adf30b3c
|
2008-05-13 22:34:38 +00:00 |
|
leidel
|
d4a634ecb3
|
added support for newforms-admin with patch by simon.hedberg, thanks
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@21 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : 8127ffb5265757b42f66a548c30def925506411c
|
2008-02-27 19:03:22 +00:00 |
|
leidel
|
dbbca437f2
|
cosmetic changes
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@19 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : 16c23faf8bc2f69fb7a59a9521934f5cc875db2e
|
2007-07-30 20:50:06 +00:00 |
|
leidel
|
371ada2ae2
|
sync_templates.py now sync correctly and has some command line options
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@17 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : e67e7d92fbb75c5b02c7378dade7fc94587bc038
|
2007-07-30 20:00:52 +00:00 |
|
leidel
|
df651dd7e7
|
next try to make sync_templates.py useful for every day action
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@16 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : 106911378c63deb096872456c557b5427465150c
|
2007-07-30 18:56:04 +00:00 |
|
leidel
|
a8df7a4130
|
made sync_template.py a script which installs in python's bin dir
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@15 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : 79849b9391562f13975e52b5f9a18f2712ef95ea
|
2007-07-30 17:54:00 +00:00 |
|
leidel
|
e59bb89f6c
|
again: refactoring as a standalone application
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@13 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
--HG--
extra : convert_revision : 7974964ff8ace563a81a23cd6308934a2461e5fb
|
2007-07-20 14:52:00 +00:00 |
|