Commit graph

15 commits

Author SHA1 Message Date
Dirk Eschler
7b79b3c4d9 Added support for multi-table inheritance. Resolves issues 50 and 51 (thanks to Sébastien Fievet). 2011-06-01 15:25:40 +00:00
Dirk Eschler
0a65b44c18 Added basic model inheritance tests (test_multitable_inheritance currently fails until the support is fixed in modeltranslation). 2011-04-26 15:28:36 +00:00
Dirk Eschler
f234075465 Removed unused import which even breaks django-1.3 support. 2011-04-14 10:02:00 +00:00
Dirk Eschler
f525e1e2c0 Removed experimental support for related fields. The code is now available in a separate branch called django-modeltranslation-related-fields. To support related fields properly, deeper changes to the core of modeltranslation are required. These changes are beyond the scope of the next release. 2010-09-06 12:29:23 +00:00
Dirk Eschler
53cf8a0d5f Added model validation tests. 2010-07-07 14:06:15 +00:00
Dirk Eschler
d116c17cdd Deactivated tests of unsupported field and added tests for related fields (mostly stumbs which raise errors). 2010-07-06 22:04:31 +00:00
Dirk Eschler
1e10fcb01f Added tests for non-text-fields (rule 1-4 covered so far). Note that tests for boolean and nullboolean fields fail, so they aren't working as expected. 2010-06-27 19:35:37 +00:00
Dirk Eschler
0ac39fba8c Added configurable default value per field instance. Resolves issue 28 (thanks to bmihelac). 2010-06-21 13:38:34 +00:00
Dirk Eschler
2e4a85e791 Added support for related fields - ForeignKey, ManyToManyField and OneToOneField. Resolves issue 15. 2010-06-15 12:39:04 +00:00
Dirk Eschler
76e04858cd Fixed verbose names of translated fields are not translated. Resolves issue 24 (thanks to carl.j.meyer). 2010-05-26 09:14:00 +00:00
Dirk Eschler
3f4a6eb472 Validated codebase against pep8. 2010-04-19 10:52:57 +00:00
Dirk Eschler
c59c0e094d Added support for admin list_editable. Resolves issue 20 (thanks to carl.j.meyer). 2010-04-09 14:12:09 +00:00
Dirk Eschler
6220314bc1 Code cleanups. 2010-03-02 22:17:39 +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
Peter Eschler
73ee7db101 Initial source and metadata import. 2009-02-17 21:08:19 +00:00