- 25 Haz, 2014 4 kayıt (commit)
-
-
Tim Graham yazdı
Thanks Walter Doekes.
-
Duncan Parkes yazdı
Previously, GET, POST, and FILES on an HttpRequest were created in the __init__ method as dictionaries. This was not something you would usually notice causing trouble in production as you'd only see a WSGIRequest, but in testing using the test client, calling .getlist on GET, POST, or FILES for a request with no get/post data resulted in an AttributeError. Changed GET and POST on an HttpRequest object to be mutable QueryDicts (mutable because the Django tests, and probably many third party tests, were expecting it).
-
Duncan Parkes yazdı
Now QueryDict() is equivalent to QueryDict('') or QueryDict(None).
-
Duncan Parkes yazdı
-
- 24 Haz, 2014 8 kayıt (commit)
-
-
Peter Kowalczyk yazdı
Function definition should have an ending colon.
-
Daniele Procida yazdı
Thanks bmispelon, kezabelle, jorgecarleitao, and timgraham for reviews.
-
Anubhav Joshi yazdı
Thanks GDorn and gox21 for report. Thanks Tim Graham for idea and review.
-
Tim Graham yazdı
Thanks Florian Apolloner for raising the issue.
-
Claude Paroz yazdı
Thanks Víðir Valberg Guðmundsson for the report and Tim Graham for the review.
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
-
- 23 Haz, 2014 13 kayıt (commit)
-
-
Jorge C. Leitão yazdı
Thanks to @SmileyChris for the report and @timgraham for review.
-
Jorge C. Leitão yazdı
-
Tim Graham yazdı
-
Anubhav Joshi yazdı
-
Uriel Corfa yazdı
This enables using a custom user model with a primary key with a name different than 'id'; refs #22889.
-
Anubhav Joshi yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Claude Paroz yazdı
Refs #17215. In the same spirit as 5de31cb8.
-
Claude Paroz yazdı
Refs #17215.
-
Claude Paroz yazdı
Refs #21482.
-
Claude Paroz yazdı
Thanks Tim Graham and Aymeric Augustin for the review.
-
Chris Beaven yazdı
-
- 22 Haz, 2014 4 kayıt (commit)
-
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
-
Loic Bistuer yazdı
This follows commits 80f4487d and 01399fa0; original patch had to be reverted because it wasn't Python 2.6 compatible and we need it to be in order to build docs on the djangoproject.com server. This fix should be replaced by @lru_cache as soon as we drop Python 2.6 compatibility. Thanks Florian Apolloner for the review and Alexander Schepanovski for the original patch.
-
- 21 Haz, 2014 3 kayıt (commit)
-
-
Claude Paroz yazdı
-
Claude Paroz yazdı
The old location was removed in cebd8753. Thanks Aymeric Augustin for the report.
-
Claude Paroz yazdı
As far as possible, message evaluation should not happen in field __init__ (often run at import time).
-
- 20 Haz, 2014 8 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Marc Tamlyn yazdı
Undocumented, untested and probably not even useful feature.
-
Yazhong Liu yazdı
-
Luan Pablo yazdı
It makes possible to have your sitemap in multiple languages when using i18n in URLs.
-
Vlastimil Zíma yazdı
-
Tim Graham yazdı
Thanks Ian Foote.
-
Huu Nguyen yazdı
Thanks artortenburger for the report.
-