- 30 May, 2013 4 kayıt (commit)
-
-
Tim Graham yazdı
Thanks weipin for the report and Baptiste Mispelon for the patch.
-
Tai Lee yazdı
Correctly calculate the ``aggregate_start`` offset from loaded fields, if any are deferred, instead of ``self.query.select`` which includes all fields on the model. Also made some PEP 8 fixes.
-
Anssi Kääriäinen yazdı
-
Gavin Wahl yazdı
Chicago was missing.
-
- 29 May, 2013 6 kayıt (commit)
-
-
Simon Charette yazdı
Refs #15653.
-
Tim Graham yazdı
Thanks Edwin.
-
Claude Paroz yazdı
Thanks mbertheau for the report and Ash Christopher for the initial patch.
-
Tim Graham yazdı
Thanks jcumbo@ for the report and adamzap and nott for the patch.
-
Tim Graham yazdı
Thanks nott.
-
Tim Graham yazdı
Thanks wiml@.
-
- 28 May, 2013 6 kayıt (commit)
-
-
Tim Graham yazdı
GenericIPAddressField must not allow blank for NOT NULL fields Thanks Erik Romijn.
-
Tim Graham yazdı
Issue was fixed by removal of chunked reads from QuerySet iteration in 70679243. Thanks Simeon Visser for the patch.
-
Tim Graham yazdı
Thanks sane4ka.sh@ for the report.
-
Tim Graham yazdı
Thanks Deepak Thukral for the patch.
-
Tim Graham yazdı
Thanks seddonym.
-
Anssi Kääriäinen yazdı
The cause was assuming that an unordered queryset returns the values always in the same order.
-
- 27 May, 2013 20 kayıt (commit)
-
-
Carl Meyer yazdı
The ``DocTestRunner`` and ``OutputChecker`` were formerly in ``django.test.testcases``, now they are in ``django.test.simple``. This avoids triggering the ``django.test._doctest`` deprecation message with any import from ``django.test``. Since these utility classes are undocumented internal API, they can be moved without a separate deprecation process. Also removed the deprecation warnings specific to these classes, as they are now covered by the module-level warning in ``django.test.simple``. Thanks Anssi for the report. Refs #17365.
-
Shai Berger yazdı
Thanks Aymeric Augustin for reporting
-
Tim Graham yazdı
Thanks Benjie Chen.
-
Tim Graham yazdı
Thank-you Martin Green for the patch.
-
Shai Berger yazdı
-
Shai Berger yazdı
-
Tim Graham yazdı
Thanks wilfred@, poirier, and charettes for work on the patch.
-
Tim Graham yazdı
Fixed #20505 -- Typo in BinaryField documentation.
-
Tim Graham yazdı
Thanks simon@ for the suggestion and JordanPowell for the initial patch.
-
Anssi Kääriäinen yazdı
MySQL should work now, too.
-
Ramiro Morales yazdı
Thanks master' for the report and Niels van Dijk for the fix
-
Claude Paroz yazdı
-
Baptiste Mispelon yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Anssi Kääriäinen yazdı
The SubqueryConstraint defined relabeled_clone(), but that was never called. Instead there is now clone() and relabel_aliases() methods for SubqueryConstraint. A related problem was that SubqueryConstraint didn't correctly use quote_name_unless_alias() of the outer query. This resulted in failures when running under PostgreSQL.
-
Aymeric Augustin yazdı
Fixed #20506 - Typo in transactions docs.
-
yishaibeeri yazdı
-
Claude Paroz yazdı
Fixed #20443 -- Import errors in settings cause confusing error messages
-
Ramiro Morales yazdı
-
- 25 May, 2013 4 kayıt (commit)
-
-
Preston Holmes yazdı
SuspiciousOperations have been differentiated into subclasses, and are now logged to a 'django.security.*' logger. SuspiciousOperations that reach django.core.handlers.base.BaseHandler will now return a 400 instead of a 500. Thanks to tiwoc for the report, and Carl Meyer and Donald Stufft for review.
-
Shai Berger yazdı
The test was always skipped on Python3 because string literals are unicode
-
Shai Berger yazdı
Test expected that when given invalid utf-8, the backend should raise a DatabaseError, but the Oracle backend raises a UnicodeDecodeError.
-
Erik Romijn yazdı
-