Commit graph

129 commits

Author SHA1 Message Date
Jacek Tomaszewski
fd3a674e9f Update docs about original field value status. 2016-09-20 14:52:11 +02:00
Dirk Eschler
c48a6d90cf Prepared 0.10.0 release. 2015-07-03 10:37:14 +02:00
zenoamaro
6b5d9355cd Added docs on registration using the decorator. 2015-05-22 23:58:30 +02:00
Dirk Eschler
2a63788e0d Added requirements for 0.9 release (ref #299). 2015-04-16 10:46:15 +02:00
Jacek Tomaszewski
e30c3f4acd Fix docs about usage with django-debug-toolbar (close #271). 2014-10-18 10:26:59 +02:00
Jacek Tomaszewski
19c2a90e9f Add fallback to values and values_list (close #258). 2014-07-29 17:42:17 +03:00
deschler
de26e702a7 Added migrations (Django 1.7) documentation. 2014-07-27 02:33:26 +02:00
deschler
e91f7f1dd6 Added line about about coveralls and included shields in contribute chapter. 2014-07-27 00:52:18 +02:00
deschler
756de544aa General documentation improvements. 2014-07-20 01:58:00 +02:00
Dirk Eschler
3e53ec2be1 Indicated Python 3.4 support (close #254). 2014-07-11 14:44:16 +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
011d39f32f Add docs section about debug toolbar. 2014-06-30 21:39:20 +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
deschler
4efc7ad6c6 Added note about INSTALLED_APPS order when admin is used. 2014-06-09 23:19:54 +02:00
Jacek Tomaszewski
ee7c24641b Add docs note about forms and models-yet-not-patched (close #243). 2014-05-06 21:02:23 +02:00
Jacek Tomaszewski
c929131cf2 Small docs update. 2014-03-26 18:54:20 +01:00
Dirk Eschler
591e945c33 Add more control over required languages (close #143). 2014-03-15 15:18:52 +01:00
Mathieu Leplatre
ebb7a3cab4 Describe use-case for MODELTRANSLATION_LANGUAGES 2014-02-05 17:21:52 +01:00
Jacek Tomaszewski
3ffb0ce0a6 Add MODELTRANSLATION_LANGUAGES setting. 2014-01-22 22:32:59 +01:00
deschler
e71f6adefb Prepared 0.7.3 release. 2014-01-05 00:40:01 +01:00
Jacek Tomaszewski
ff74a74a15 Add TranslationOptions fields reference to docs. 2013-12-30 20:06:59 +01:00
Jacek Tomaszewski
b369b83745 Update docs about south/sync_translation_fields (close #216, ref #106). 2013-12-27 22:37:44 +01:00
Dirk Eschler
04de5f1460 Added Jacek Tomaszewski to documentation copyright. 2013-11-11 11:02:05 +01:00
Jacek Tomaszewski
6ca1496ef0 Fix travis and tox files as Django 1.6 is released. 2013-11-09 16:35:57 +01:00
Jacek Tomaszewski
a3a274ae62 Add docs about empty_values (close #211). 2013-11-09 14:28:38 +01:00
Jacek Tomaszewski
2312ed400c Update Changelog adn docs. 2013-10-12 17:09:40 +02:00
Jacek Tomaszewski
e78ef34808 Make loaddata command retain locale (close #151). 2013-10-12 15:14:10 +02:00
Jacek Tomaszewski
0e76f1ec7d Add OneToOneField support. 2013-10-12 13:58:57 +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
e3954828c4 Update docs: say about USE_I18N. 2013-09-27 09:36:56 +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
Konrad Wojas
e503e09aec Added docs for MODELTRANSLATION_PREPOPULATE_LANGUAGE 2013-07-23 16:20:00 +08:00
wrwrwr
b9494f7607 Merge branch 'master' into feature/no-empty-string-fallback-for-nullable
Conflicts:
	modeltranslation/admin.py
	modeltranslation/fields.py
	modeltranslation/translator.py
2013-05-13 13:34:37 +02:00
Jacek Tomaszewski
b5fbdd3a66 Indicate Python 3 support in docs and Pypi. 2013-04-08 11:52:44 +02:00
deschler
7c8870c7ac Fixed typo and made a small reword. 2013-04-05 11:38:09 +02:00
deschler
19785d0649 Fixed wrong use of inline literal. 2013-04-05 02:52:43 +02:00
deschler
a22cf693f4 Added docs for tabbed translation fields admin classes. 2013-04-05 02:48:08 +02:00
Jacek Tomaszewski
835bc1f643 Update docs example. 2013-04-03 10:12:26 +02:00
Jacek Tomaszewski
9c71333d16 Fix broken docs link. 2013-04-03 09:59:28 +02:00
Jacek Tomaszewski
a6257244ec Update docs about loaddata command new keyword. 2013-04-02 10:32:41 +02:00
deschler
8058df0142 Updated MODELTRANSLATION_DEBUG default value. 2013-03-30 23:04:57 +01:00
Jacek Tomaszewski
70af85b774 Fix file name in docs (close #165).
Thanks to pa xapy for spotting.
2013-03-26 19:30:47 +01:00
wrwrwr
627c2b55e9 Added a fallback_undefined option to allow customizing the value that triggers falling back. 2013-03-17 17:35:22 +01:00
deschler
3ffd7fa73a Updated supported field matrix adding ForeignKey support. 2013-03-14 22:55:18 +01:00
Dirk Eschler
775b748114 Merge branch 'master' of github.com:deschler/django-modeltranslation 2013-03-01 10:32:42 +01:00
Dirk Eschler
c76b656ef2 Prepared 0.6 release. 2013-03-01 10:32:37 +01:00
Jacek Tomaszewski
3f4019cfef Remove MODELTRANSLATION_TRANSLATION_REGISTRY handling. 2013-02-27 18:18:29 +01:00
Jacek Tomaszewski
47ff2681d0 Update docs about fallback toggle. 2013-02-25 19:27:31 +01:00