- 20 May, 2014 5 kayıt (commit)
-
-
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 6 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.
-
- 17 May, 2014 10 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ı
-
-
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.
-
Florian Apolloner yazdı
Fixed #21905 -- Add info message if DateField or TimeField use a fixed value
-
Florian Apolloner yazdı
Workaround for now, Andrew will look into it.
-
- 16 May, 2014 6 kayıt (commit)
-
-
Unai Zalakain yazdı
Exceptions from the (receiver, exception) tuples returned by ``send_robust()`` now have always their traceback attached as their ``__traceback__`` argument.
-
Tim Graham yazdı
-
Aymeric Augustin yazdı
Also added tests with pytz and removed misplaced tests.
-
Aymeric Augustin yazdı
Also added tests for is/make_aware/naive. Thanks Tom Michaelis for the report.
-
Tim Graham yazdı
-
Shai Berger yazdı
-