- 03 Tem, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
Thanks garrison for the suggestion.
-
- 02 Tem, 2013 3 kayıt (commit)
-
-
Tim Graham yazdı
-
Preston Holmes yazdı
Fix "semicolon" in form docs
-
Ben Firshman yazdı
-
- 01 Tem, 2013 16 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
The module still exists for whoever uses it in its current state, but it isn't imported by Django anywhere.
-
Aymeric Augustin yazdı
One import per line please! Refs #20680.
-
Aymeric Augustin yazdı
Refs #20680.
-
Aymeric Augustin yazdı
Silenced warnings caused by the deprecation of django.utils.unittest. Thanks Preston Timmons and Carl Meyer for their advice. Fixed #20680.
-
Tim Graham yazdı
-
Tim Graham yazdı
refs #20642.
-
Aymeric Augustin yazdı
Refs #20680.
-
Aymeric Augustin yazdı
Refs #19204.
-
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 17 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ı
-