Jacek Tomaszewski
af672f3160
Merge pull request #275 from wrwrwr/fix/indonesian
...
Fix support for Indonesian language ('_id' language suffix).
2014-10-24 20:21:29 +02:00
Jacek Tomaszewski
04b67f66d7
Add __reduce__ to MultilingualQuerySet (ref #273 ).
2014-10-24 19:54:10 +02:00
wrwrwr
902a7c9a72
Fixed Indonesian translation field and ForeignKey field name clash.
...
The official ISO-639-1 code for Indonesia is "id"; replaced this
problematic suffix with the ISO-639-2 3-letter code in the translation
field names (http://en.wikipedia.org/wiki/Indonesian_language ).
2014-10-24 13:05:10 +02:00
Jacek Tomaszewski
e59cf5a4cd
Readd GenericIp field support and tests as we now require Django >= 1.4.
2014-08-02 16:42:14 +02:00
Jacek Tomaszewski
19c2a90e9f
Add fallback to values and values_list ( close #258 ).
2014-07-29 17:42:17 +03:00
deschler
59317a4c12
Consistent use of django version check.
2014-07-28 00:03:50 +02:00
deschler
89e372a743
Added list_editable test.
2014-07-27 22:28:45 +02:00
Jacek Tomaszewski
1f419ee5f4
Fix dict iteration Exception under Python3 ( close #256 ).
2014-07-16 09:47:17 +02:00
Jacek Tomaszewski
17f3d96ccc
Rewrite spanned queries on all levels for defer/only ( close #248 ).
...
Also:
- optimize fields to related model access
- more elegant way to access DefferedModel real class
- fix select_related rewriting and add some code to contemplate possible solutions
- update docs about select_related
- add 2 test for implemented features
2014-07-09 23:19:48 +02:00
Jacek Tomaszewski
7a7b3fbc3b
Rewrite field names in select_related; fix deffered models registry lookup ( close #248 ).
2014-07-06 19:36:46 +02:00
Jacek Tomaszewski
58e06c464d
Fix MultilingualManager MRO ( close #204 ).
2014-07-06 14:39:53 +02:00
Jacek Tomaszewski
8e10664745
Support AppConfigs in INSTALLED_APPS ( close #252 ).
...
Thanks Warnar Boekkooi for initial commit.
2014-06-24 20:10:47 +02:00
Jacek Tomaszewski
973bb78bda
Fix Django 1.7 DeprecationWarnings.
2014-06-09 23:32:22 +02:00
Jacek Tomaszewski
ad48582270
Fix tests to work with Django 1.7.
2014-06-09 23:32:21 +02:00
Jacek Tomaszewski
52f94cc588
Repair tests: don't use absolute pk values.
2014-03-22 10:32:07 +01:00
Jacek Tomaszewski
88a89b3a5e
Fix values_list without fields; refactor tests (ref #263 ).
2014-03-22 10:25:41 +01:00
Jacek Tomaszewski
cc6a13ddee
Fix test: there already was a method called test_values.... (ref #263 ).
2014-03-22 00:27:08 +01:00
Jacek Tomaszewski
ae8a331893
Fix .values() with no fields specified ( close #236 ).
2014-03-22 00:12:34 +01:00
Dirk Eschler
591e945c33
Add more control over required languages ( close #143 ).
2014-03-15 15:18:52 +01:00
Jacek Tomaszewski
b55917303f
Fix tests to reflect changes in group fieldset capitalization (ref #234 ).
2014-03-15 14:10:05 +01:00
Jacek Tomaszewski
fb98c370ec
Make testrunner compatible with Django 1.6.
2014-01-19 22:27:33 +01:00