- 21 May, 2014 5 kayıt (commit)
-
-
Martin Brochhaus yazdı
Previously the FORMAT_MODULE_PATH setting only accepted one string (dotted module path). A feature has been added to also allow a list of strings. This is useful when using several reusable third party apps that define new formats. We can now use them all and we can even override some of the formats by providing a project-wide format module.
-
Tim Graham yazdı
-
Loic Bistuer yazdı
-
Loic Bistuer yazdı
Thanks Anssi Kääriäinen and Tim Graham for the reviews. Refs #17001 and #22650.
-
Loic Bistuer yazdı
Regression from f51c1f59 when using select_related then prefetch_related on the reverse side of an O2O: Author.objects.select_related('bio').prefetch_related('bio__books') Thanks Aymeric Augustin for the report and tests. Refs #17001.
-
- 20 May, 2014 12 kayıt (commit)
-
-
Alex Gaynor yazdı
#22667 replaced occurrences of master/slave terminology with leader/follower
-
Flavio Curella yazdı
-
Denis Cornehl yazdı
When using ManifestStaticFilesStorage, deleted static files would be correctly cleaned up by "collectstatic --clear", but the manifest file would still contain the stale entries. Thanks to tedtieken for the report
-
Andrew Godwin yazdı
This reverts commit a4737bf6.
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
Fixed #22424 -- MySQL doesn't accept migrations' one-off default values ...
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Fixed #22661 -- Move makemigrations tests to the proper class
-
Huu Nguyen yazdı
-
- 19 May, 2014 13 kayıt (commit)
-
-
Erik Romijn yazdı
-
Marc Tamlyn yazdı
-
Marc Tamlyn yazdı
This reverts commit 5a2556af.
-
Moayad Mardini yazdı
The paragraph was a copy of strictly_above.
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
Tim Graham yazdı
Thanks alexdlaird for the report.
-
Tim Graham yazdı
This reverts commit 950b6de1.
-
Claude Paroz yazdı
Considering that these apps only translate their app name, it's not worth having a whole bunch of po files just for that. The translatable app name for those apps will be integrated in Django core catalog.
-
Martin Brochhaus yazdı
Previously the FORMAT_MODULE_PATH setting only accepted one string (dotted module path). This is useful when using several reusable third party apps that define new formats. We can now use them all and we can even override some of the formats by providing a project-wide format module.
-
Moayad Mardini yazdı
Used the official terminology listed in http://docs.oracle.com/cd/B19306_01/network.102/b14212/glossary.htm#i997309 Thanks michael.cherkasov for the report.
-
Claude Paroz yazdı
makemessages should now automatically distribute translatable strings in the proper locale files, for Django too (see 50a8ab7c).
-
Claude Paroz yazdı
Fixed #22635 -- Make "It worked!" page localizable
-
- 18 May, 2014 8 kayıt (commit)
-
-
Markus Amalthea Magnuson yazdı
-
Tim Graham yazdı
-
Esau Rodriguez yazdı
-
Florian Apolloner yazdı
-
Huu Nguyen yazdı
-
SaeX yazdı
Dutch ('nl-NL' and 'nl-BE') has several valid input formats; see http://nl.wikipedia.org/wiki/Datum_(dagtekening). Thanks Erik Romijn for review.
-
Loic Bistuer yazdı
-
Loic Bistuer yazdı
Thanks syphar for the review and suggestions.
-
- 17 May, 2014 2 kayıt (commit)
-
-
Markus Amalthea Magnuson yazdı
The `wordwrap` tests were in the `test_wordcount()` method for some reason. This moves them to their own method, and make consistent use of double quotes where needed.
-
Markus Amalthea Magnuson yazdı
This fixes a failing test after applying an optimization of the utils.text.wrap function by user SmileyChris.
-