Bas Peschier
e88a8cd08b
Don't get too excited with the flake8-patching
2013-10-29 12:16:53 +01:00
Bas Peschier
d7ef747db4
Fix flake8 error
2013-10-29 12:15:11 +01:00
Bas Peschier
2379458f6d
Fix recursion problem with fieldset handling in Django 1.6
2013-10-29 11:33:37 +01:00
deschler
89f5e6712a
Updated authors.
2013-10-19 21:25:26 +02:00
deschler
d3449850c4
Prepared 0.7 release.
2013-10-19 21:22:17 +02:00
Jacek Tomaszewski
90baf37129
Don't display ClearableWidgetWrapper for required fields ( close #209 ).
2013-10-18 17:45:43 +02:00
Jacek Tomaszewski
b8cf1ef015
Fix db_column ( close #210 ).
2013-10-18 10:46:15 +02:00
Jacek Tomaszewski
7024268836
Handle proxy models ( close #206 ).
2013-10-12 17:31:18 +02:00
Jacek Tomaszewski
2312ed400c
Update Changelog adn docs.
2013-10-12 17:09:40 +02:00
Jacek Tomaszewski
1a5cd23cdf
Make values, values_list and dates language-aware ( close #173 ).
2013-10-12 16:58:36 +02:00
Jacek Tomaszewski
fb7af32757
Ensure that cloned MultiLingualQuerySet stay MultiLingual ( close #189 ).
2013-10-12 16:57:44 +02:00
Jacek Tomaszewski
e78ef34808
Make loaddata command retain locale ( close #151 ).
2013-10-12 15:14:10 +02:00
Jacek Tomaszewski
49c406d760
Add caching test for relation fields.
2013-10-12 14:09:39 +02:00
Jacek Tomaszewski
0e76f1ec7d
Add OneToOneField support.
2013-10-12 13:58:57 +02:00
Jacek Tomaszewski
81c9d55c1e
Make ClearableWidgetWrapper compatible with Django 1.6 (_has_changed).
2013-10-11 21:51:10 +02:00
Jacek Tomaszewski
b38949aaa5
Remove tabindex on ClearableWidgetWrapper.
2013-10-11 21:38:22 +02:00
Jacek Tomaszewski
2853c47710
Try to fix Postgres transaction errors in Django 1.5.
2013-10-11 21:29:51 +02:00
Jacek Tomaszewski
a5371edb61
Use Django 1.6 for travis instead of Django master.
2013-10-11 21:23:49 +02:00
Jacek Tomaszewski
d336b5b1fa
Update Changelog.
2013-10-11 20:42:21 +02:00
Jacek Tomaszewski
c0fcb8ceb4
Fix test running under Postgres.
2013-10-11 20:30:58 +02:00
Jacek Tomaszewski
81638809bc
Fix form handling in case of excluded translated field ( close #183 ).
2013-10-11 20:07:37 +02:00
Jacek Tomaszewski
656dca3e40
Show None checkboxes on form fields, especially admin ( close #187 ).
2013-10-10 23:05:26 +02:00
Jacek Tomaszewski
ca11558bd9
Fix compatibility with older jQuery.
2013-10-10 22:57:59 +02:00
Jacek Tomaszewski
f022f80940
Update docs about manager patching.
2013-10-10 22:31:49 +02:00
Jacek Tomaszewski
5719bf9369
Clarify docs about fallback usage ( close #182 ).
2013-10-10 22:27:29 +02:00
Jacek Tomaszewski
8a2c8b894e
Add more prepopulated_fields tests.
2013-10-10 16:54:15 +02:00
Jacek Tomaszewski
c7f0eee273
Don't import individual settings.
2013-10-10 16:47:56 +02:00
Jacek Tomaszewski
489e2db145
Merge remote branch.
...
Fix _patch_prepopulated_fields (close #190 , #181 ).
2013-10-10 16:45:39 +02:00
Jacek Tomaszewski
88b90fabae
Use ugettext_lazy instead of ugettext ( close #202 ).
2013-10-10 16:07:01 +02:00
Jacek Tomaszewski
73d845921a
Make every manager MultiLingual, not only objects ( close #198 ).
2013-10-10 15:27:27 +02:00
Jacek Tomaszewski
e3954828c4
Update docs: say about USE_I18N.
2013-09-27 09:36:56 +02:00
Jacek Tomaszewski
03710aa096
Update Changelog.
2013-09-27 09:36:03 +02:00
Jacek Tomaszewski
74df71bdf2
Merge pull request #163 from wrwrwr/feature/no-empty-string-fallback-for-nullable
...
Fallback on field default rather than the empty string
2013-09-01 10:52:00 -07:00
Dirk Eschler
d7ace001f2
Fixed flake8 errors.
2013-08-27 12:18:42 +02:00
Dirk Eschler
de8a9d6290
Merge pull request #194 from wojas/prepopulated-fields-configure-language
...
Added MODELTRANSLATION_PREPOPULATE_LANGUAGE setting to force prepopulate...
2013-08-27 03:02:18 -07:00
Konrad Wojas
e503e09aec
Added docs for MODELTRANSLATION_PREPOPULATE_LANGUAGE
2013-07-23 16:20:00 +08:00
Konrad Wojas
b9d8359306
Added MODELTRANSLATION_PREPOPULATE_LANGUAGE setting to force prepopulated fields (slugs) to use a specific language as their source
2013-07-23 16:07:41 +08:00
Rafleze
23ca52ceef
Update admin.py
...
Improvements on _patch_prepopulated_fields
2013-07-08 21:22:58 +02:00
Dirk Eschler
cc5687e4d0
Merged test-unique-nullable-fields branch into master.
2013-06-18 11:09:14 +02:00
Dirk Eschler
a51e5d0c39
Merged pull request #186 .
2013-05-27 12:18:41 +02:00
Dirk Eschler
fdc0756698
Updated changelog.
2013-05-27 10:48:11 +02:00
deschler
20d7e21809
Added basic ProxyModel test cases (ref #185 ).
2013-05-26 20:22:39 +02:00
deschler
7568229524
Disabled doctests which are automatically run by latest pyflakes version. Resolves a fail in admin.py docstrings which contain doctest-like comments.
2013-05-23 23:28:32 +02:00
deschler
a26bdd8041
Fixed flake8 errors.
2013-05-23 23:11:54 +02:00
cuchac
dfc49971dc
Fix #179 : --noinput option for the sync_translation_fields command
2013-05-23 13:43:31 +02:00
wrwrwr
d95258cd02
Test updating existing translation with an empty value through a form that doesn't include the original, translated field.
2013-05-16 12:29:25 +02:00
wrwrwr
4cc0d2b25e
Python 3 compatiblity: no unicode literals for 3.2 and safeguard against loop during copy operation.
2013-05-15 16:50:14 +02:00
wrwrwr
027349bd9a
Set self to something in the replace_orig_field doctest, so PyFlakes doesn't complain.
2013-05-15 12:37:14 +02:00
wrwrwr
7cd60aa977
Added a small script unchecking the clear box after a wrapped input is edited.
...
Note: Starting global declaration, and the somewhat ugly jQuery call are for JSLint.
Also written a class comment for the widget wrapper and cleaned up some Flake8 errors.
2013-05-15 12:01:46 +02:00
wrwrwr
22faea9646
Reworked the solution by replacing clearable widgets with a widget wrapper. This makes it possible to wrap only widgets of nullable fields, and thus not add the clear checkbox when it's not needed.
...
The implementation is loosely based on RelatedFieldWidgetWrapper from contrib.admin, but uses a bit more Python magic; tested only with TextInput and Textarea widgets and their admin counterparts, but with a bit of luck should work with other widgets too.
2013-05-14 22:21:03 +02:00