- 20 May, 2014 10 kayıt (commit)
-
-
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 9 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.
-
Alex Gaynor yazdı
-
Raphaël Barrois yazdı
Also fixes a slight issue in sqlite3.schema._remake_table where default values where quoted with "column name" quoting rules. Reference for quoting: http://www.sqlite.org/lang_expr.html Thanks Shai Berger for the review. Refs #22424.
-
-
Erik Romijn yazdı
-
Baptiste Mispelon yazdı
The tests would error out with an ImproperlyConfigured error if the user had psycopg installed but not geos. Thanks to mcgohier for the report.
-
Aliaksandr Semianiuk yazdı
-
Marc Tamlyn yazdı
Previously, class lookups from the output_type would be used, but any changes to custom_lookup or custom_transform would be ignored.
-