Commit graph

420 commits

Author SHA1 Message Date
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
deschler
c607ed3862 Prepared 0.8b1 release. 2014-06-22 13:43:07 +02:00
Jacek Tomaszewski
41f8c68ed4 Update docs; fix type coercion. 2014-06-21 23:36:01 +02:00
Jacek Tomaszewski
ad2985b0bf Update docs about 1.7 compatibility and bumb the version to 0.8a (close #237). 2014-06-09 23:40:25 +02:00
Jacek Tomaszewski
973bb78bda Fix Django 1.7 DeprecationWarnings. 2014-06-09 23:32:22 +02:00
Jacek Tomaszewski
7b5e0938a7 Adapt MultilingualManager to use new Lookups from Django 1.7. 2014-06-09 23:32:22 +02:00
Jacek Tomaszewski
2cd9467716 Fix ProxyModel handling. 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
6b8c429921 Add deconstruct() to field definition. 2014-06-09 23:19:54 +02:00
deschler
d488d8c488 Support AppConfig introduced by Django 1.7. 2014-06-09 23:19:35 +02:00
Jacek Tomaszewski
c89aac29fa Remove unused import. 2014-06-09 00:00:50 +02:00
Jacek Tomaszewski
0dd826547b Fixed sync_translation_fields to be compatible with Postgresql (close #247). 2014-06-05 22:53:35 +02:00
Thom Wiggers
f161a335e9 Fixed get_query_set in super() call
Use `getattr` to check if `get_queryset` is supported
2014-05-18 23:22:53 +02:00
Thom Wiggers
f34b26684c Move to get_queryset
get_query_set is deprecated and raises a RemovedInDjango18 warning
2014-05-18 21:37:22 +02:00
Jacek Tomaszewski
f6087cf3fa Detect custom get_queryset on managers (ref #242). 2014-05-12 17:41:07 +02:00
Jacek Tomaszewski
5ed3a2696b Don't set use_for_related_fields unconditionally on all managers (ref #242). 2014-05-06 21:59:21 +02:00
Dirk Eschler
813b5b2e0c Merge pull request #225 from leplatrem/db_column_with_sync
Take db_column into account while syncing fields
2014-04-16 01:02:09 +02:00
Dirk Eschler
f0bded8e4c Merge pull request #235 from yalovek/patch-1
remove bad style
2014-04-14 23:45:20 +02:00
Jacek Tomaszewski
1d7e0876ec Satisfy new flake8 version. 2014-03-27 00:39:41 +01: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
Jacek Tomaszewski
709c993c07 Fix new code to be Python 3 compatible. 2014-03-18 20:31:21 +01:00
Vadim Yalo
0957067316 remove bad style
In all browsers except Firefox left: -10000px; don't work, so I remove this and add display: none; that work in all browsers.
2014-03-18 14:49:37 +03: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
cbca220103 Capitalize group_fieldsets titles (close #234). 2014-03-13 20:02:22 +01:00
Jacek Tomaszewski
85ddf84b8f PEP8 fix. 2014-03-13 19:58:03 +01:00
Jacek Tomaszewski
b313793490 Use _default_manager instead of objects; patch _default_manager as well. 2014-03-13 19:58:03 +01:00
Jacek Tomaszewski
fb8155a4a5 Fix exclude for nullable field Manager Rewriting (#231). 2014-02-25 22:06:55 +01:00
Francesc Arpí Roca
fd5a8cb6da Modify javascript to also consider the iframes. 2014-02-10 11:05:24 +01:00
Mathieu Leplatre
bb29a72b45 Use AVAILABLE_LANGUAGES do detect missing fields 2014-02-05 17:44:16 +01:00
Mathieu Leplatre
a2c6f75efe Take db_column into account while syncing fields 2014-02-04 16:57:45 +01:00
Jacek Tomaszewski
3ffb0ce0a6 Add MODELTRANSLATION_LANGUAGES setting. 2014-01-22 22:32:59 +01:00
Francesc Arpí Roca
ef6a8b2e81 Remove the http protocol. So we don't get warning about not secure elements 2014-01-22 17:23:02 +01:00
Jacek Tomaszewski
a15b6f8949 Fixes for flake8. 2014-01-19 22:30:45 +01:00
Jacek Tomaszewski
fb98c370ec Make testrunner compatible with Django 1.6. 2014-01-19 22:27:33 +01:00
Jacek Tomaszewski
f97695ac5a Connect signal only for registered model, not all. 2014-01-19 22:13:43 +01:00
deschler
e71f6adefb Prepared 0.7.3 release. 2014-01-05 00:40:01 +01:00
Jacek Tomaszewski
c9f6fdfd10 Merge pull request #218 from abstraktor/master
Fix compatibility with django-nested-inlines.
2013-12-30 05:14:43 -08:00
Jacek Tomaszewski
76da9bf92e Some python3 compatibility fixes (close #220). 2013-12-29 11:00:53 +01:00
Jacek Tomaszewski
c27a4e4e10 Fix form submission (close #219). 2013-12-26 18:59:24 +01:00
Bastian Kruck
9f5f47be59 fixed compatibility with nested inlines (https://github.com/Soaa-/django-nested-inlines) 2013-11-27 13:32:40 +01:00
Jacek Tomaszewski
6b0106f1a5 Fix admin inlines recursion problem in Django 1.6 (ref #214). 2013-11-15 21:25:13 +01:00
Jacek Tomaszewski
9a5fe20140 Fix empty FileField handling (close #215). 2013-11-13 19:04:42 +01:00
Dirk Eschler
26e6c1111b Prepared 0.7.2 release. 2013-11-11 11:02:43 +01:00
Jacek Tomaszewski
42128390e6 Fix proxy model handling.
Previously, proxy models would receive transaltion fields twice, as inspeceted by model._meta.get_fields_with_model()
2013-11-09 16:18:47 +01:00