- 30 Haz, 2013 2 kayıt (commit)
-
-
Aymeric Augustin yazdı
This was a stealth option only used by the tests, and it isn't useful any more since `atomic` provides nested transactions.
-
Matt Robenolt yazdı
It's unnecessary to run this on every request, since technically, settings *should be* immutable.
-
- 29 Haz, 2013 27 kayıt (commit)
-
-
Ramiro Morales yazdı
Thanks Claude for the heads up. Refs #12493 and commit 5e08b792.
-
Ramiro Morales yazdı
-
Tim Graham yazdı
Thanks Riley Strong for the report.
-
Aymeric Augustin yazdı
Related to 8b9b8d3b.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
This code provided a deprecation path for old-style streaming responses. Refs #6527, #7581.
-
Claude Paroz yazdı
Thanks reames at asymmetricventures.com for the report.
-
Claude Paroz yazdı
Refs #20660.
-
Claude Paroz yazdı
Thanks stanislas.guerra at gmail.com for the report and Baptiste Mispelon for the review.
-
Ramiro Morales yazdı
Removed django.contrib.auth.views.password_reset_confirm_uidb36() view to finish its accelerated deprecation schedule.
-
Florian Apolloner yazdı
-
Claude Paroz yazdı
Following the series of commits removing deprecated features in Django 1.7, here are some more unneeded imports removed and other minor cleanups.
-
Aymeric Augustin yazdı
Thanks Gavin Wahl.
-
Florian Apolloner yazdı
-
Ramiro Morales yazdı
-
Ramiro Morales yazdı
Made GeoDjango GeometryField stop accepting a 'null' keyword argument as per its deprecation in 1.5.
-
Ramiro Morales yazdı
-
Ramiro Morales yazdı
This includes HttpResponse and co. __init__() methods, django.shortcuts.render_to_response() and the index(), sitemap() sitemap app views.
-
Ramiro Morales yazdı
-
Ramiro Morales yazdı
-
Ramiro Morales yazdı
-
Ramiro Morales yazdı
-
Ramiro Morales yazdı
-
Ramiro Morales yazdı
-
Ramiro Morales yazdı
-
Ramiro Morales yazdı
-
Ramiro Morales yazdı
-
- 28 Haz, 2013 9 kayıt (commit)
-
-
Simon Charette yazdı
refs #20642.
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
This is to help other ongoing branches which would benefit from this functionality.
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
Jacob Kaplan-Moss yazdı
-
Baptiste Mispelon yazdı
-
Shai Berger yazdı
Add support for Oracle, fix an issue with the repr of RawQuerySet, add tests and documentations. Also added a 'supports_paramstyle_pyformat' database feature, True by default, False for SQLite. Thanks Donald Stufft for review of documentation.
-
Tim Graham yazdı
-
- 27 Haz, 2013 2 kayıt (commit)
-
-
Tim Graham yazdı
Thanks jefftriplett for the report.
-
Aymeric Augustin yazdı
This is useful: - to force a rollback on the exit of an atomic block without having to raise and catch an exception; - to prevent a rollback after handling an exception manually.
-