- 30 Tem, 2013 8 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Aymeric Augustin yazdı
Thanks Claude. Refs #20760.
-
Jose L. Patino yazdı
-
Tim Graham yazdı
-
Julien Phalip yazdı
-
Julien Phalip yazdı
Thanks to msaelices and d1ffuz0r for the initial patch and tests.
-
Shai Berger yazdı
The code that tests to see which LIKE expressions to use now runs using non-error-wrapped cursor, so cx_Oracle exceptions need to be caught rather than Django DatabaseErrors. Thanks Trac user ludo for report and initial patch.
-
- 29 Tem, 2013 10 kayıt (commit)
-
-
Tim Graham yazdı
-
Claude Paroz yazdı
Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
-
Tim Graham yazdı
Thanks apollo13 for the report and review.
-
Claude Paroz yazdı
As some settings are copied from current user settings, we cannot be sure the characters are pure ascii.
-
Claude Paroz yazdı
This was a shim for pre-Python 2.7 support.
-
Justin Michalicek yazdı
-
Przemek Lewandowski yazdı
-
minusf yazdı
-
minusf yazdı
-
Jannis Leidel yazdı
-
- 28 Tem, 2013 6 kayıt (commit)
-
-
Tim Graham yazdı
-
Florian Apolloner yazdı
-
Julien Phalip yazdı
-
Julien Phalip yazdı
Fixed #11195 -- Added CSS classes to the changelist cells to allow style customizations. Thanks to akaihola, Ramiro Morales and vdboor for their work on the patch.
-
Julien Phalip yazdı
-
Florian Hahn yazdı
(bug was already fixed in #19357)
-
- 27 Tem, 2013 1 kayıt (commit)
-
-
Serge G. Spaolonzi yazdı
-
- 26 Tem, 2013 4 kayıt (commit)
-
-
Tim Graham yazdı
Thanks CollinAnderson for the report.
-
Tim Graham yazdı
-
Anssi Kääriäinen yazdı
It has been possible to use models of wrong type in related field lookups. For example pigs__in=[a_duck] has worked. Changes to ForeignObject broke that. It might be a good idea to restrict the model types usable in lookups. This should be done intentionally, not accidentally and without any consideration for deprecation path.
-
Loic Bistuer yazdı
Additionally this patch solves the orthogonal problem that specialized `QuerySet` like `ValuesQuerySet` didn't inherit from the current `QuerySet` type. This wasn't an issue until now because we didn't officially support custom `QuerySet` but it became necessary with the introduction of this new feature. Thanks aaugustin, akaariai, carljm, charettes, mjtamlyn, shaib and timgraham for the reviews.
-
- 25 Tem, 2013 7 kayıt (commit)
-
-
Carl Meyer yazdı
Previously, the CachedLoaderTests were never run at all.
-
Aymeric Augustin yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks bmispelon for the report.
-
mark hellewell yazdı
Thanks gcbirzan for the report.
-
Anssi Kääriäinen yazdı
-
Brenton Cleeland yazdı
Thanks simonb for the report.
-
- 24 Tem, 2013 4 kayıt (commit)
-
-
Preston Holmes yazdı
any choices set by formfield_for_choice_field are still subject to model validation of the model field's choices attribute
-
Tim Graham yazdı
-
Anssi Kääriäinen yazdı
1. Automatically use tests/../django as the Django version. 2. If settings aren't provided through --settings or DJANGO_SETTINGS_MODULE) then use test_sqlite.
-
Marc Tamlyn yazdı
Fixed typo in Custom management commands documentation.
-