Jannis Leidel
|
5c8d2eefde
|
Fall back to MEDIA_URL actually, to make sure we don't hit an AttributeError with the default value of None.
|
2011-04-11 22:38:17 +02:00 |
|
Jannis Leidel
|
c11afa37ad
|
Removed unneeded import.
|
2011-04-11 19:31:08 +02:00 |
|
Jannis Leidel
|
41f0f46145
|
Updated changelog and added a note about the tested Django versions. Fixes #3.
|
2011-04-11 19:31:01 +02:00 |
|
Jannis Leidel
|
a11006849d
|
Fixed ImportError.
|
2011-04-11 19:29:49 +02:00 |
|
Jannis Leidel
|
d6a0af9aa7
|
Split docs in multiple files and updated use ReadTheDocs.
|
2011-04-11 19:21:51 +02:00 |
|
Jannis Leidel
|
8c603399c2
|
Added DATABASES setting to example project to make sure we can run on modern Django.
|
2011-04-11 19:21:11 +02:00 |
|
Jannis Leidel
|
7c4e6642bd
|
Added make files.
|
2011-04-11 19:20:23 +02:00 |
|
Jannis Leidel
|
75e41a90a1
|
Use default theme.
|
2011-04-11 19:20:11 +02:00 |
|
Jannis Leidel
|
fc7dc8b1c9
|
Updated example URL conf.
|
2011-04-11 19:19:57 +02:00 |
|
Jannis Leidel
|
5f69f71584
|
BACKWARDS INCOMPATIBLE CHANGE. Use STATIC_URL by default.
|
2011-04-11 19:19:39 +02:00 |
|
Jannis Leidel
|
5190186f3b
|
BACKWARDS INCOMPATIBLE CHANGE. Refactored caching to just use Django's caching system, instead of its own.
|
2011-04-11 19:19:00 +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
|
0bc5469460
|
Added tox config and test runner.
|
2011-04-11 18:01:13 +02:00 |
|
Jannis Leidel
|
04f6372d68
|
Moved media/* to static/* for new staticfiles compatibility.
|
2011-04-11 18:00:48 +02:00 |
|
Jannis Leidel
|
4052790d51
|
Added new Transifex config.
|
2011-01-31 11:15:26 +01:00 |
|
Jannis Leidel
|
256d957c4a
|
Updated PO file a bit.
|
2011-01-31 11:15:15 +01:00 |
|
Jannis Leidel
|
139121098a
|
Updated a few gettext metadata items.
|
2011-01-31 11:12:21 +01:00 |
|
Jannis Leidel
|
ac3ae862bd
|
Merge branch 'release/0.8.0' into develop
|
2010-11-07 00:26:15 +01:00 |
|
Jannis Leidel
|
153a6f1368
|
Bumped to 0.8.0.
|
2010-11-07 00:25:57 +01:00 |
|
Jannis Leidel
|
18cf9fcda9
|
Added news to docs.
|
2010-11-07 00:22:23 +01:00 |
|
Jannis Leidel
|
2d1c45376b
|
Updated sync_templates management command slightly.
|
2010-11-07 00:22:13 +01:00 |
|
Jannis Leidel
|
5f0471e67f
|
Merge branch 'develop' of github.com:jezdez/django-dbtemplates into develop
|
2010-11-07 00:03:29 +01:00 |
|
Jannis Leidel
|
c87af1888d
|
Updated English base translation.
|
2010-11-07 00:02:50 +01:00 |
|
Jannis Leidel
|
89e82f07dd
|
Updated German translation.
|
2010-11-07 00:02:10 +01:00 |
|
Jannis Leidel
|
696099d2e3
|
Added Finnish translation, thanks Jaakko Holster.
|
2010-11-07 00:01:05 +01:00 |
|
Alex Kamedov
|
d095052518
|
add --app_first option to sync_templates management command to process templates from app directories before templates from settings.TEMPLATE_DIRS
|
2010-11-07 06:57:17 +08:00 |
|
Alex Kamedov
|
91bb9e9095
|
add --overwrite option to sync_templates command
|
2010-11-07 06:57:08 +08:00 |
|
Jannis Leidel
|
ff13527988
|
Merge branch 'master' of github.com:jezdez/django-dbtemplates into develop
|
2010-11-06 23:48:56 +01:00 |
|
Jannis Leidel
|
8aeaf6f2e6
|
Merge branch 'release/0.7.4' into develop
|
2010-09-23 04:04:17 +02:00 |
|
Jannis Leidel
|
cdb7787022
|
Merge branch 'release/0.7.4'
|
2010-09-23 04:04:11 +02:00 |
|
Jannis Leidel
|
b0e64ffd4c
|
Bumped to 0.7.4.
|
2010-09-23 04:01:49 +02:00 |
|
Jannis Leidel
|
b91c23e15e
|
Fixed issue 12 -- Make the test not break other tests.
|
2010-09-23 03:33:19 +02:00 |
|
Jannis Leidel
|
2fe90cd55b
|
Merge branch 'release/0.7.3' into develop
|
2010-09-21 14:41:10 +02:00 |
|
Jannis Leidel
|
edd645f212
|
Merge branch 'release/0.7.3'
|
2010-09-21 14:41:03 +02:00 |
|
Jannis Leidel
|
f0f3b53bf1
|
More detail regarding the new setting.
|
2010-09-21 14:40:53 +02:00 |
|
Jannis Leidel
|
46ee615c3e
|
Removed stray print statement.
|
2010-09-21 14:40:41 +02:00 |
|
Jannis Leidel
|
4629a998d8
|
Bumped version.
|
2010-09-21 14:40:34 +02:00 |
|
Jannis Leidel
|
dc2874ccc1
|
Added news for latest release.
|
2010-09-21 14:25:29 +02:00 |
|
Jannis Leidel
|
975e0a4087
|
Added DBTEMPLATES_AUTO_POPULATE_CONTENT setting to be able to disable to auto populating of template content.
|
2010-09-21 14:25:14 +02:00 |
|
Jannis Leidel
|
e4cdd4a1c4
|
Don't collapse the advanced fields, cause sites is required.
|
2010-09-21 14:23:25 +02:00 |
|
Jannis Leidel
|
cab1f12cb8
|
Nicer settings in admin module.
|
2010-09-21 14:23:04 +02:00 |
|
Jannis Leidel
|
be19bea513
|
Extended gitignore.
|
2010-09-21 14:21:38 +02:00 |
|
Jannis Leidel
|
6d680a5100
|
Make sure of the correct backend when loading an initial version of a template. Possible fix for issue #8.
|
2010-09-21 14:21:30 +02:00 |
|
Jannis Leidel
|
fcafe7fb70
|
Prepare for a Github move only release.
|
2010-09-04 14:21:31 +02:00 |
|
Alexander Artemenko
|
947bb8901f
|
.gitignore
Signed-off-by: Jannis Leidel <jannis@leidel.info>
committer: Jannis Leidel <jannis@leidel.info>
--HG--
extra : convert_revision : c8f055185964ffe1c80a7e7ac717b141c69145cc
|
2010-09-04 14:14:05 +02:00 |
|
Jannis Leidel
|
86fc7f1ce0
|
Added additional upload sphinx section to setup config file.
|
2010-08-09 11:29:23 +02:00 |
|
Jannis Leidel
|
72abb2f6f1
|
Bumped version to 0.7.2a1
|
2010-07-07 12:42:30 +02:00 |
|
Jannis Leidel
|
a46fe74a9a
|
Added tag 0.7.1 for changeset 74c22fa8c4a6
|
2010-07-07 12:41:25 +02:00 |
|
Jannis Leidel
|
d1249489f4
|
Prepare for release.
|
2010-07-07 12:40:53 +02:00 |
|
Jannis Leidel
|
ba3fef8a02
|
Added news for last commits.
|
2010-07-07 12:40:12 +02:00 |
|