- 22 Kas, 2012 6 kayıt (commit)
-
-
Tim Graham yazdı
Thanks Dave McLain for the patch.
-
Tim Graham yazdı
Thanks tome for the suggestion and patch.
-
https://github.com/hannesstruss/djangoJannis Leidel yazdı
Merge branch 'ticket_19325' of https://github.com/hannesstruss/django into hannesstruss-ticket_19325
-
Preston Holmes yazdı
thanks to Brent O'Connor for the idea and intial docs
-
shepdl yazdı
-
Tim Graham yazdı
-
- 21 Kas, 2012 6 kayıt (commit)
-
-
Julien Phalip yazdı
Fixed #18920 -- Added `.gitattributes` to normalize line endings in HTML templates and avoid spurious failures in the core test suite on Windows. Many thanks to manfre, Claude Paroz, Karen Tracey, MaxV and Daniel Langer for their advising and testing.
-
Julien Phalip yazdı
Modified a staticfiles test to use a unicode character that has just one single representation. The previously used character (ş) has two different representations (u'\u015f' and u's\u0327'), which caused spurious failures when the tests were run across multiple platforms (e.g. on a Linux VM hosted on a Mac).
-
Claude Paroz yazdı
assertEquals is a deprecated assertion alias.
-
Chris Beaven yazdı
Fixes #7005
-
Chris Beaven yazdı
This allows for Paginator subclasses to easily override the Page class that gets used. Took the opportunity to also do some non-invasive PEP8 tidying of the paginator module.
-
Ramiro Morales yazdı
This allows us to get the trailing slash in URLs without having to manually assemble and hard-code them. See also commits e9497a, a222d6, f51eab, 5a9e12.
-
- 20 Kas, 2012 6 kayıt (commit)
-
-
Luke Plant yazdı
-
Claude Paroz yazdı
Thanks ppetrid at yawd.eu for the report.
-
Hannes Struss yazdı
-
Tim Graham yazdı
Fixed typo in django.template.defaulttags
-
Riley Strong yazdı
-
Preston Holmes yazdı
Thanks to Lowe Thiderman for the patch and tests
-
- 19 Kas, 2012 2 kayıt (commit)
-
-
Tim Graham yazdı
Fixed typo in docs/ref/models/querysets.txt
-
Tim Graham yazdı
Fixed typo in docs/releases/1.5.txt
-
- 18 Kas, 2012 4 kayıt (commit)
-
-
Tim Graham yazdı
Thanks brycenesbitt for the report.
-
Anton Danilchenko yazdı
Deleted word that used second time
-
Anton Danilchenko yazdı
Fix typo: replace "can can" to "can"
-
Tim Graham yazdı
Thanks Shabda Raaj.
-
- 17 Kas, 2012 16 kayıt (commit)
-
-
Tim Graham yazdı
Fixed #13997 - Added an example of constructing a MultiWidget and documented the value_from_datadict method.
-
Aymeric Augustin yazdı
Thanks ClaesBas.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Jannis Leidel yazdı
Add 'page_kwarg' attribute to `MultipleObjectMixin`, removing hardcoded "page".
-
Jannis Leidel yazdı
#19025 Add `form` to formwizard context (includes tests)
-
Jannis Leidel yazdı
Fixed #2550 -- Allow the auth backends to raise the PermissionDenied exception to completely stop the authentication chain. Many thanks to namn, danielr, Dan Julius, Łukasz Rekucki, Aashu Dwivedi and umbrae for working this over the years.
-
Tim Graham yazdı
Thank-you Taavi Taijala for the draft patch!
-
Claude Paroz yazdı
Thanks niko at neagee.net for the report and Emil Stenstrom for the patch.
-
Claude Paroz yazdı
Thanks anthony at adsorbtion.org for the report, and johannesl for bringing the patch up-to-date.
-
Ramiro Morales yazdı
Thanks Claude Paroz and Daniel Moisset for review and feedback.
-
Claude Paroz yazdı
Thanks shadow for the report, and Melevir and thiderman for the patch.
-
Claude Paroz yazdı
Thanks zimnyx for the report.
-
Preston Holmes yazdı
-
Jannis Leidel yazdı
-
Jannis Leidel yazdı
Fixed #18210 -- Escaped special characters in reverse prefixes.
-