- 20 Nis, 2015 11 kayıt (commit)
-
-
Tim Graham yazdı
-
Simon Charette yazdı
Thanks to knbk for the report.
-
Jon Dufresne yazdı
-
Marten Kenbeek yazdı
Created bulk_update() context manager on StateApps. Sped up unregistering models in reload_models() by using this context mananger.
-
Matt Robenolt yazdı
-
Anton yazdı
-
Tim Graham yazdı
Thanks Carsten Fuchs.
-
Preston Timmons yazdı
This continues work to treat Django templates as a library.
-
Neal Todd yazdı
-
Yoong Kang Lim yazdı
-
David Danier yazdı
-
- 19 Nis, 2015 2 kayıt (commit)
-
-
Florian Apolloner yazdı
Fixed #11078 -- documentation update.
-
Marco Santamaria yazdı
-
- 18 Nis, 2015 7 kayıt (commit)
-
-
Claude Paroz yazdı
Without that, the Note model would be initially created and then the tests using that model failed when run in isolation.
-
Shai Berger yazdı
The only problem for Oracle was the test, which tested nullity on text/char fields -- but Oracle interprets_empty_strings_as_null.
-
Tim Graham yazdı
Obsolete since refs #23867.
-
Curtis Maloney yazdı
There's absolutely no advantage [and a mild performance hit] to using six.iter* in these cases.
-
Claude Paroz yazdı
Refs #23879.
-
Claude Paroz yazdı
Refs #23879.
-
Claude Paroz yazdı
Thanks Carl Meyer for the report and review, and Tim Graham for the review.
-
- 17 Nis, 2015 5 kayıt (commit)
-
-
Jacob Kaplan-Moss yazdı
This is inspired by Angluar.js (https://github.com/angular/angular/blob/master/CONTRIBUTING.md), among others. Thanks to Jeff Triplett for the prod.
-
Anoop Thomas Mathew yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks pattypatpat for the report.
-
Claude Paroz yazdı
Thanks Simon Percivall for the report, and Simon Charette and Tim Graham for the reviews.
-
- 16 Nis, 2015 9 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Yitzhak Clark yazdı
Added a running count of the objects processed by loaddata when verbosity >= 3.
-
Anssi Kääriäinen yazdı
Thanks to charettes and priidukull for investigating the issue, and to kurevin for the report.
-
Daniel Lindsley yazdı
This fleshes out the documentation around all of the exported Javascript functions available from the ``javascript_catalog`` view.
-
Abdulrahman Alotaibi yazdı
-
Tim Graham yazdı
-
Anssi Kääriäinen yazdı
Fixed queries where an expression was used in order_by() but the expression wasn't in the query's select clause (for example the expression could be masked by .values() call) Thanks to Trac alias MattBlack85 for the report.
-
- 15 Nis, 2015 4 kayıt (commit)
-
-
Riccardo Magliocchetti yazdı
-
Riccardo Magliocchetti yazdı
This would break upcoming changes and AdminSite assumptions about having an app_config for each application that has registered models.
-
Jon Dufresne yazdı
-
Simon Charette yazdı
-
- 14 Nis, 2015 2 kayıt (commit)
-
-
Edward Henderson yazdı
-
Eric Rouleau yazdı
-