| Age | Commit message (Collapse) | Author |
|
pointing to a MTI model.
Regression in b9f8635f58ad743995cad2081b3dc395e55761e5.
|
|
Thanks Tim Graham for the review.
|
|
functools.partial()/partialmethod().
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
related set.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Gwildor Sok for the report and Tim Graham for the review.
|
|
|
|
|
|
unserializable chars
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
Thanks to gfairchild for the report and Claude for the review.
|
|
|
|
Thanks Rahul Priyadarshi.
|
|
|
|
|
|
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* override_settings may now be imported from django.test
* removed Approximate from django.test
* updated documentation for things importable from django.test
Thanks akaariai for the suggestion.
|
|
|
|
|
|
In order to verify the behavior of using the yaml serializer when yaml
is on the system, fake the ImportError when the serializer is being
registered.
|
|
This test makes sure an YAML import errors are communicated to the
caller rather than stating the serializer does not exist.
|
|
It could fail when actual serialization JSON field ordering was
different from the hard-coded one. Refs #13182.
|
|
|
|
Thanks Stéphane Raimbault for the report and the initial patch.
|
|
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
|
Refs #20680.
|