- 19 May, 2014 2 kayıt (commit)
-
-
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 22 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ı
-
Markus Holtermann yazdı
-
Jorge C. Leitão yazdı
Authorization backends can now raise PermissionDenied in "has_perm" and "has_module_perms" to short-circuit authorization process.
-
Stas Rudakou yazdı
-
Moritz yazdı
Clarified the explanation on the order in which user provided variables to render_to_response, RequestContext and context processors are loaded.
-
Niclas Åhdén yazdı
-
Vlad Starostin yazdı
Now this method is only called only if the object is an instance. This allows to have field classes as model class attributes.
-
Florian Apolloner yazdı
This is the default now, see https://bitbucket.org/pypa/wheel/commits/c29f82b4cf76df71f8d55b0f825af6063d3b9892
-
Russell Keith-Magee yazdı
-
Moayad Mardini yazdı
While Node class has a useful `__str__`, its `__repr__` is not that useful. Added a `__repr__` that makes use of the current `__str__`. This is especially useful since the more popular `Q` class inherits `tree.Node`. Also created new tests that cover most of `Node` class functionality.
-
Alex Gaynor yazdı
-
Nikolaus Schlemm yazdı
It was previously used in a test that was deprecated and then removed, this cruft can be removed now.
-
Erik Romijn yazdı
Thanks to Claude Paroz for the report and patch and Tomasz Paczkowski for the review.
-
Stephen Burrows yazdı
Forwardport of 79f15ab1 from stable/1.7.x
-
Marc Tamlyn yazdı
cater for running tests from another directory than tests
-
Marc Tamlyn yazdı
-
Nikolaus Schlemm yazdı
cater for running tests from another directory than tests - applying existing pattern to newly added test_testcase_ordering as well
-