Commit graph

100 commits

Author SHA1 Message Date
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
wrwrwr
c7ace45dff Use the right comment syntax in docs. 2013-02-24 12:17:17 +01:00
wrwrwr
3a4ec60713 Test and docs for the new fallbacks toggle. 2013-02-24 11:01:38 +01:00
deschler
e900ccca10 Added a 'How to contribute' section. 2013-02-24 01:28:43 +01:00
Aitzol Naberan
b163182c3a Fix typo 2013-02-20 14:44:34 +01:00
Jacek Tomaszewski
9e41538035 Merge branch 'populate-modes-cleaned' 2013-02-19 18:15:47 +01:00
Jacek Tomaszewski
d31c4f833b Update docs. 2013-02-19 18:04:27 +01:00
Dirk Eschler
cd7b1b4d44 Added missing protocol to google cdn links and some minor changes. 2013-02-19 17:21:05 +01:00
Dominique Lederer
67f42e4f5e readded force_jquery.js, implemented backward compatibility changes, updated docs 2013-02-19 12:59:31 +01:00
Dominique Lederer
72bf289479 now the docs are really updated ;) 2013-02-18 21:57:39 +01:00
deschler
e99a7c19dd Fixed typo. 2013-02-17 23:20:09 +01:00
Dirk Eschler
22cf573724 Used code blocks consistently. 2013-02-12 14:06:39 +01:00
Dirk Eschler
8e8e9a3bbc Fixed missing newline. 2013-02-12 14:05:00 +01:00
Dirk Eschler
66c8153bc8 Added documentation for the TranslationAdmin.group_fieldsets option. 2013-02-12 14:04:43 +01:00
Dirk Eschler
4ad97b857a Included changelog in documentation. 2013-01-31 17:44:37 +01:00
Dirk Eschler
7267e22864 Incremented year. 2013-01-31 17:06:02 +01:00
Dirk Eschler
3778ebe074 Removed github download link. 2013-01-31 16:53:41 +01:00
deschler
8a30ecdc2d Added a warning that LANGUAGES default to Django's global_settings if not defined in project settings. 2013-01-18 21:41:18 +01:00
Jacek Tomaszewski
1d82f61da8 Add doc section about fallbacks. 2013-01-12 16:00:32 +01:00
Jacek Tomaszewski
bc0ffb6332 Docs: remove unnecessary code-block directives. 2013-01-12 14:46:07 +01:00
Jacek Tomaszewski
08d71d4f0e Docs: fix headings levels. 2013-01-12 14:43:05 +01:00
Jacek Tomaszewski
4c1ac00097 Docs: use consistent settings ref names. 2013-01-12 14:35:38 +01:00
Jacek Tomaszewski
1e93840398 Add docs section about Multilingual Manager 2013-01-10 23:12:45 +01:00
Dirk Eschler
3139697047 Made a distinction between required Python and Django versions. 2012-11-29 13:40:46 +01:00
Dirk Eschler
9907e3472a Updated requirements for modeltranslation 0.5. 2012-11-29 13:34:04 +01:00
Dirk Eschler
05d9223c8b Added documentation for the MODELTRANSLATION_FALLBACK_LANGUAGES setting. 2012-11-28 12:50:42 +01:00
Dirk Eschler
5affe7940c Added basic tests for DateField, DateTimeField and TimeField and added them to the list of supported fields. 2012-11-18 00:08:04 +01:00
Dirk Eschler
4abf2dbb6f Marked FilePathField as an implicitly supported field as it is a subclass of CharField. 2012-11-17 23:00:57 +01:00
Dirk Eschler
1163765c3b Increased the list of supported fields. Today featuring: Floatfield, DecimalField, IPAddressField and GenericIPAddressField. 2012-11-17 16:19:15 +01:00
Dirk Eschler
0e028f2713 Several documentation improvements. 2012-11-17 01:36:41 +01:00