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 |
|
deschler
|
de26e702a7
|
Added migrations (Django 1.7) documentation.
|
2014-07-27 02:33:26 +02:00 |
|
deschler
|
756de544aa
|
General documentation improvements.
|
2014-07-20 01:58:00 +02:00 |
|
Jacek Tomaszewski
|
41f8c68ed4
|
Update docs; fix type coercion.
|
2014-06-21 23:36:01 +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 |
|
Dirk Eschler
|
591e945c33
|
Add more control over required languages (close #143).
|
2014-03-15 15:18:52 +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 |
|
Jacek Tomaszewski
|
0e76f1ec7d
|
Add OneToOneField support.
|
2013-10-12 13:58:57 +02:00 |
|
deschler
|
3ffd7fa73a
|
Updated supported field matrix adding ForeignKey support.
|
2013-03-14 22:55:18 +01:00 |
|
Jacek Tomaszewski
|
bc0ffb6332
|
Docs: remove unnecessary code-block directives.
|
2013-01-12 14:46:07 +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 |
|
Dirk Eschler
|
bf126e6c9e
|
Updated supported fields matrix.
|
2012-11-16 17:15:12 +01:00 |
|
Dirk Eschler
|
ae09abf76b
|
Minor improvements and cleanups.
|
2012-11-15 23:22:33 +01:00 |
|
Dirk Eschler
|
b20496cb22
|
Merge pull request #113 from zlorf/metaclass_field_aggregation
TranslationOptions fields inheritance
|
2012-11-15 13:54:21 -08:00 |
|
Jacek Tomaszewski
|
c320c1e662
|
Add docs section about field inheritance.
|
2012-11-15 22:02:29 +01:00 |
|
Dirk Eschler
|
2e4265324d
|
Added test for CommaSeparatedIntegerField and noted that it's implicitly supported as a subclass of CharField.
|
2012-11-15 21:29:02 +01:00 |
|
Dirk Eschler
|
2599174939
|
Added a table of supported fields by modeltranslation version (work-in-progress).
|
2012-11-15 17:54:03 +01:00 |
|
Dirk Eschler
|
cda6ae19c8
|
Consistent capitalization of titles in docs.
|
2012-10-22 11:57:52 +02:00 |
|
Dirk Eschler
|
5a63105ab3
|
Various documentation improvements.
|
2012-10-17 16:57:52 +02:00 |
|
Dirk Eschler
|
b87bc152d1
|
Major refactoring of the documentation.
|
2012-10-17 15:02:22 +02:00 |
|