- 14 Tem, 2015 5 kayıt (commit)
-
-
Thomas Stephenson yazdı
The method duplicates the functionality of Field.value_from_object() and has the additional downside of being a privately named public API method.
-
Simon Litchfield yazdı
-
Cesar Canassa yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
Fixed #25121 -- Added a warning that filtering sensitive information from error reporting isn't bulletproof
-
- 13 Tem, 2015 14 kayıt (commit)
-
-
Vlastimil Zíma yazdı
-
Tim Graham yazdı
Removed extra blank lines in the template text debug template, and prevented overindentation in the HTML debug template.
-
Daniel Roseman yazdı
Django ignores the value of the TEMPLATE_* settings if TEMPLATES is also set, which is confusing for users following older tutorials. This change adds a system check that warns if any of the TEMPLATE_* settings have changed from their defaults but the TEMPLATES dict is also non-empty. Removed the TEMPLATE_DIRS from the test settings file; this was marked for removal in 1.10 but no tests fail if it is removed now.
-
Tim Graham yazdı
-
Andrei Kulakov yazdı
The new attribute is checked when the `migrate --fake-initial` option is used. initial will be set to True for all initial migrations (this is particularly useful when initial migrations are split) as well as for squashed migrations.
-
Yosuke Yasuda yazdı
-
Razvan Andrei Ionescu yazdı
-
Anssi Kääriäinen yazdı
Ticket #24090 was already fixed by b68212f5, this commit adds tests to verify this is indeed the case. Thanks to Beauhurst for commissioning the work on this ticket.
-
Ben Spaulding yazdı
-
Curtis Maloney yazdı
-
Tim Graham yazdı
-
Anssi Kääriäinen yazdı
-
Ben Spaulding yazdı
These were broken back in commit 64e11a68.
-
Chris McCollister yazdı
-
- 12 Tem, 2015 3 kayıt (commit)
-
-
Szilveszter Farkas yazdı
-
James Bennett yazdı
Update where I live.
-
Alex Gaynor yazdı
-
- 10 Tem, 2015 8 kayıt (commit)
-
-
Claude Paroz yazdı
Setting GDALRaster.bands as a cached property was creating a circular reference with objects having __del__ methods, which means the memory could never be freed. Thanks Daniel Wiesmann for the report and test, and Tim Graham for the review.
-
Matthew Madurski yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Nick Sweeting yazdı
-
Claude Paroz yazdı
Refs #25019.
-
Claude Paroz yazdı
-
darkryder yazdı
-
- 09 Tem, 2015 4 kayıt (commit)
-
-
Simon Charette yazdı
-
Simon Charette yazdı
-
Simon Charette yazdı
Thanks to pdewacht for the patch.
-
Tim Graham yazdı
refs 316b8d49
-
- 08 Tem, 2015 6 kayıt (commit)
-
-
Tim Graham yazdı
-
Shai Berger yazdı
Thanks João Silva for reporting the problem and Tim Graham for finding the problematic RE and for review. This is a security fix; disclosure to follow shortly.
-
Tim Graham yazdı
This is a security fix; disclosure to follow shortly. Thanks to Sjoerd Job Postmus for the report and draft patch.
-
Carl Meyer yazdı
The session record is now only created if/when the session is modified. This prevents a potential DoS via creation of many empty session records. This is a security fix; disclosure to follow shortly.
-
Tim Graham yazdı
-
Tim Graham yazdı
-