Commit graph

20 commits

Author SHA1 Message Date
Dirk Eschler
5eb60f06f5 Fixed occasional "This field is required" error for the original field. Resolves issue 5. 2010-03-06 21:30:11 +00:00
Dirk Eschler
5fd7306b7e Added workaround for swallowed ImportErrors by printing a traceback explicitly. Mostly resolves issue 17. 2010-03-06 01:40:26 +00:00
Dirk Eschler
8756af3494 Added support for generic admin inlines (GenericTabularInline, GenericStackedInline). Factored out patch_translation_field functionality and import cleanups. 2010-03-05 21:09:36 +00:00
Dirk Eschler
6220314bc1 Code cleanups. 2010-03-02 22:17:39 +00:00
Dirk Eschler
0d0cb70eb5 Only print debug statements to stdout if the runserver or runserver_plus management commands are used. Resolves issue 16. 2010-03-02 16:47:19 +00:00
Dirk Eschler
37e0ec21d5 Removed TRANSLATION_REGISTRY setting. The translation.py is supposed to be kept in the project root and this has to be in PYTHONPATH anyway. 2010-03-02 15:34:49 +00:00
Dirk Eschler
4b564e147a Removed print statements so its usable with mod_wsgi. Resolves issue 7. 2010-02-23 14:44:23 +00:00
Dirk Eschler
68215e5cbb Fixed broken admin fields and fieldsets. Resolves issue 9 (thanks to simoncelen). 2010-02-23 14:20:42 +00:00
Dirk Eschler
6aa0b75275 Added support for South, resolves issue 11 (thanks to andrewgodwin). 2010-02-16 12:29:13 +00:00
Dirk Eschler
325837b742 Fixed creation of db fields with invalid python language code, resolving #4 (thanks to carl.j.meyer). 2010-02-16 10:47:57 +00:00
Dirk Eschler
353a4c8f65 Fixed tests to run from any project, resolving #6 (thanks to carl.j.meyer). 2010-02-16 10:01:23 +00:00
Dirk Eschler
4a5fd40ec2 Resolved #1 (thanks to carl.j.meyer for the patch). 2010-02-15 17:02:40 +00:00
Dirk Eschler
135208d9d1 Added support for inlines. 2009-12-18 15:08:39 +00:00
Peter Eschler
0cd9a5ddd1 Admin code cleanup (fixes issue 3). 2009-03-10 23:20:30 +00:00
Peter Eschler
e4a882abc8 Mostly cleanup. 2009-02-21 02:18:06 +00:00
Peter Eschler
93ca595086 Fixed the management command for updating translation fields. 2009-02-18 00:05:33 +00:00
Peter Eschler
d964b29caf Added docs and implementation for the translation registry. 2009-02-17 23:55:17 +00:00
Peter Eschler
9678aa5c09 Temporary patch for resolving NotRegistered bug. 2009-02-17 23:26:49 +00:00
Peter Eschler
9ae88a38d9 Added missing management command files. 2009-02-17 21:10:02 +00:00
Peter Eschler
73ee7db101 Initial source and metadata import. 2009-02-17 21:08:19 +00:00