- 18 Tem, 2014 1 kayıt (commit)
-
-
Damien Nozay yazdı
-
- 16 Tem, 2014 11 kayıt (commit)
-
-
Dean Silfen yazdı
-
Corey Farwell yazdı
-
Tim Graham yazdı
-
Bartek Ciszkowski yazdı
-
Andrew Godwin yazdı
-
Tim Graham yazdı
Thanks django at kerz.id.au.
-
Tim Graham yazdı
-
Claude Paroz yazdı
-
Anssi Kääriäinen yazdı
-
Gavin Wahl yazdı
-
Claude Paroz yazdı
Also alleviate issues with weird file names typically found in MEDIA_ROOT directories (#23010). Thanks Tim Graham for the review.
-
- 15 Tem, 2014 5 kayıt (commit)
-
-
Tim Graham yazdı
Thanks melinath for the report.
-
Marc Tamlyn yazdı
-
Tim Graham yazdı
Thanks semenov for the report and Florian for investigation.
-
Loic Bistuer yazdı
Mention of custom user models has been removed since UserCreationForm didn't support custom user models anyway. Refs #19353.
-
Claude Paroz yazdı
This fixes a regression introduced in 6d302f63. Thanks lorinkoz at gmail.com for the report, Collin Anderson for the initial patch and Simon Charette for the review.
-
- 14 Tem, 2014 7 kayıt (commit)
-
-
Claude Paroz yazdı
This fixes the Chinese language issues described in #23005 but also provides for other fallback exceptions by updating the LANG_INFO structure. Thanks caxekis at gmail.com for the report and Tim Graham for the review.
-
Shai Berger yazdı
-
Huu Nguyen yazdı
Thanks bendavis78 for the report and Tim Graham for the review.
-
Anssi Kääriäinen yazdı
Generic Foreign Keys can't be used as lhs in lookups for historical reasons. Django 1.6 gave a FieldDoesNotExist exception when using GFKs as lhs in lookups, but due to regression caused by lookup refactor patch (20bab2cf) the exception type was changed to AttributeError. It might be a good idea to add support for gfk__exact and gfk__in lookups later on. Thanks to glicerinu@gmail.com for the report. The code in this commit was written by Tim Graham.
-
Anssi Kääriäinen yazdı
The reason for the regression was that the GenericForeignKey field isn't something meta.get_field_by_name() should return. The reason is that a couple of places in Django expects get_field_by_name() to work this way. It could make sense to return GFKs from get_field_by_name(), but that should likely be done as part of meta refactoring or virtual fields refactoring patches. Thanks to glicerinu@gmail.com for the report and to Tim for working on the issue.
-
Tim Graham yazdı
Moved the {% lorem %} tag to built-in tags.
-
Tim Graham yazdı
-
- 13 Tem, 2014 2 kayıt (commit)
-
-
Tim Graham yazdı
-
Alex Gaynor yazdı
-
- 12 Tem, 2014 5 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks generalov for the report.
-
Aymeric Augustin yazdı
Accounted for the three stages of population: app configs, models, ready() methods of app configs.
-
Tim Graham yazdı
-
Alex Gaynor yazdı
The rate at which we've increased this has not been keeping up with hardware (and software) improvements, and we're now considerably behind where we should be. The delta between our performance and an optimized implementation's performance prevents us from improving that further, but hopefully once Python 2.7.8 and 3.4+ get into more hands we can more aggressively increase this number.
-
Andrew Godwin yazdı
-
- 10 Tem, 2014 9 kayıt (commit)
-
-
Tim Graham yazdı
It's been marked as "not recommended" since 1.6. Anyone still using it may refer to older versions of the docs.
-
Tim Graham yazdı
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
-
Yin Jifeng yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Jorge C. Leitão yazdı
Thanks to @timgraham for the review.
-
Andrew Godwin yazdı
-