- 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 26 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
-
Claude Paroz yazdı
Thanks nikolay.v.golub@gmail.com for the report.
-
Daniel Pyrathon yazdı
Added DateTimeCheckMixin to avoid the use of default, auto_now, and auto_now_add options together. Added the fields.E151 Error that is raised if one or more of these options are used together.
-
mbacho yazdı
-
Erik Romijn yazdı
-
- 15 May, 2014 4 kayıt (commit)
-
-
Claude Paroz yazdı
-
Tim Martin yazdı
In django.db.backends.BaseDatabaseWrapper, pulled the creation of cursors in the non-debug case into a separate method, in order to make behavior more consistent when overriding the cursor creation in derived classes.
-
Anders Steinlein yazdı
Thanks Stephen Burrows for work on the patch as well. Forwardport of 2914f669 from stable/1.7.x
-
Tim Graham yazdı
-