- 31 Ara, 2015 8 kayıt (commit)
-
-
Tim Graham yazdı
-
Marten Kenbeek yazdı
Thanks to Tim Graham for the review.
-
Tim Graham yazdı
Thanks Daniele Procida for coauthoring.
-
Marten Kenbeek yazdı
Prevented LiveServerTestCase from stealing ports used by concurrent processes on Windows.
-
Tim Graham yazdı
-
Claude Paroz yazdı
Forward port of 59f3590c from stable/1.9.x.
-
Anssi Kääriäinen yazdı
Django's test suite often tries to load fixture files from apps that have no fixtures at all. This creates a lot of unnecessary disabling and enabling of constraints which can be expensive on some database. To speed this up, loaddata now first checks if any fixture file matches. If no fixture file is matched, then the command exits before disabling and enabling of constraints is done. The main benefit of this change is seen on MSSQL, where tests on Django 1.8 run hours faster.
-
Marten Kenbeek yazdı
-
- 30 Ara, 2015 8 kayıt (commit)
-
-
Claude Paroz yazdı
-
Tim Graham yazdı
Thanks Thomas Güttler for motivating this addition.
-
Chris Cogdon yazdı
Changed "dict.setdefault" to "if x in dict" pattern so that get_form() would not be called unnecessarily, specifically in the case where FormMixin.form_invalid() calls get_context_data() with the current form.
-
Tim Graham yazdı
It looks like browsers have fixed the reported issue.
-
Raphaël Hertzog yazdı
-
Chris Cogdon yazdı
-
Matthew Madurski yazdı
-
Alexander Gaevsky yazdı
-
- 29 Ara, 2015 4 kayıt (commit)
-
-
Tim Graham yazdı
Fixed #25985 -- Updated signature of ModelAdmin.formfield_for_* to make request a positional argument.
-
knbk yazdı
-
Nick Sandford yazdı
-
za yazdı
-
- 28 Ara, 2015 4 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Tim Graham for reviewing and contributing to the patch. Refs #21113.
-
Akshesh yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
- 26 Ara, 2015 3 kayıt (commit)
-
-
Ville Skyttä yazdı
-
Bryan Marty yazdı
-
Alexander Sosnovskiy yazdı
-
- 25 Ara, 2015 1 kayıt (commit)
-
-
Gen1us2k yazdı
-
- 24 Ara, 2015 7 kayıt (commit)
-
-
Varun Sharma yazdı
-
Tim Graham yazdı
Forwardport of b51086d5 from stable/1.8.x
-
Varun Sharma yazdı
-
Chris Lamb yazdı
The use of predictable filenames in /tmp often leads to symlink attacks so remove the most obvious use of them in the docs.
-
Luis San Pablo yazdı
-
Tomo Otsuka yazdı
-
Tim Graham yazdı
-
- 23 Ara, 2015 5 kayıt (commit)
-
-
Alasdair Nicol yazdı
-
Alasdair Nicol yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-