- 31 Tem, 2013 4 kayıt (commit)
-
-
SusanTan yazdı
Thanks CollinAnderson for the report.
-
SusanTan yazdı
-
Jannis Leidel yazdı
Fixed #20819 -- Return 404 instead of 500 error when ``staticfiles`` vie...
-
Tai Lee yazdı
-
- 30 Tem, 2013 12 kayıt (commit)
-
-
Gavin Wahl yazdı
The cached template loader should cache find_template in addition to load_template.
-
Baptiste Mispelon yazdı
Thanks liangent for the report.
-
MinRK yazdı
IPython 1.0 introduces an actual stable public API function for starting a normal (non-embedded) IPython session. This is an official public API, which is promised to survive implementation changes.
-
Kirill Zaitsev yazdı
-
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 3 kayıt (commit)
-
-
Carl Meyer yazdı
Previously, the CachedLoaderTests were never run at all.
-
Aymeric Augustin yazdı
-
Tim Graham yazdı
-