- 01 Tem, 2013 6 kayıt (commit)
-
-
Baptiste Mispelon yazdı
Thanks to tudor.prodan, susan, and Tim Graham for the report and reviews.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Forward-port of 0de21a6a from stable/1.6.x.
-
Aymeric Augustin yazdı
Required the latest version for each Python series to minimize bookkeeping in the future. Forward-port of c1d8f3b2 from stable/1.6.x.
-
Alex Gaynor yazdı
In the intervening years, RelatedField has become less of a hack (though it still is one). Anyone who wants to can re-instate the comment, but please add more details.
-
- 30 Haz, 2013 3 kayıt (commit)
-
-
Aymeric Augustin yazdı
They ensure that the attributes aren't accessed in conditions where they don't contain a valid value. Fixed #20666.
-
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 4 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ı
-