- 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 7 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ı
-
Luke Plant yazdı
The conditional setting of `get_query_set` is required for correct behaviour if running Django 1.8. The full gory details are here: http://lukeplant.me.uk/blog/posts/handling-django%27s-get_query_set-rename-is-hard/
-
- 07 Tem, 2015 3 kayıt (commit)
-
-
Chris Bainbridge yazdı
Commit 15f82c70 ("used pyinotify as change detection system when available") introduced a regression where editing a file in vim with default settings (writebackup=auto) no longer causes the dev server to be restarted. On a write, vim moves the monitored file to a backup path and then creates a new file in the original. The new file is not monitored as it has a different inode. Fixed this by also watching for inotify events IN_DELETE_SELF and IN_MOVE_SELF.
-
Andriy Sokolovskiy yazdı
-
David Wolever yazdı
Thanks Jaap Roes for completing the patch.
-
- 06 Tem, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-