- 03 Agu, 2012 6 kayıt (commit)
-
-
Claude Paroz yazdı
This is a useful trick when Python 2 awaits byte strings and Python 3 Unicode (regular) strings.
-
Claude Paroz yazdı
-
Tim Graham yazdı
Thanks Claude Peroz for the patch.
-
Claude Paroz yazdı
Removed the numbering of tests and moved lookup/geoqueryset tests in their own test class.
-
Claude Paroz yazdı
Thanks Guttorm Flatabø for the report and the initial patch, and Fran Dieguez for the review.
-
Claude Paroz yazdı
Thanks Guttorm Flatabø for the report and the initial patch.
-
- 02 Agu, 2012 5 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks antoviaque for the patch.
-
Tim Graham yazdı
-
Simon Meers yazdı
-
Simon Meers yazdı
-
- 01 Agu, 2012 1 kayıt (commit)
-
-
Tim Graham yazdı
Thanks Pieter Swinkels for the patch.
-
- 31 Tem, 2012 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 30 Tem, 2012 5 kayıt (commit)
-
-
Tim Graham yazdı
Thanks dchandek for the suggestion and mateusgondim for the patch.
-
Florian Apolloner yazdı
-
Florian Apolloner yazdı
-
Florian Apolloner yazdı
-
Alex Gaynor yazdı
Remove double isinstance check in force_unicode
-
- 29 Tem, 2012 2 kayıt (commit)
-
-
Justin Bronn yazdı
-
Tim Graham yazdı
Thanks Claude Paroz for the patch.
-
- 28 Tem, 2012 2 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
- 25 Tem, 2012 18 kayıt (commit)
-
-
Aymeric Augustin yazdı
The keys/items/values methods return iterators in Python 3, and the iterkeys/items/values methods don't exist in Python 3. The behavior under Python 2 is unchanged.
-
Florian Apolloner yazdı
Thanks go to mitar for the report and the patch.
-
Florian Apolloner yazdı
-
Marc Tamlyn yazdı
The & symbols which can come up in the secret key were being escaped to &.
-
Florian Apolloner yazdı
Fixed #18644 -- Made urlize trim trailing period followed by parenthesis
-
Florian Apolloner yazdı
Fix typo in staticfiles app documentation
-
Florian Apolloner yazdı
Documentation: Fix link to uWSGI deployment
-
Alex Gaynor yazdı
Cleanup
-
Alex Gaynor yazdı
Documentation: Fixed a typo in docs/releases/1.4.txt
-
Alex Gaynor yazdı
Ticket 18667: fix typo in CBV doc
-
James Bennett yazdı
Documentation fix - Change the word "brackets" to "parentheses"
-
Aymeric Augustin yazdı
It was broken by a seemingly innocuous change in MultiValueDict. Document the pitfall for now. This is fragile and should be considered for refactoring.
-
Aymeric Augustin yazdı
Thanks Yohan Boniface for the report.
-
Yohan Boniface yazdı
-
Aymeric Augustin yazdı
This keeps the implementation of setdefault and setlistdefault consistent. Also it's marginally faster than looking up the value again.
-
Florian Apolloner yazdı
-
nklas yazdı
Fixed a typo.
-
Kevin McCarthy yazdı
I want to change the word "brackets" to "parentheses" because when I think of brackets, I think of [], and when I think of parentheses, I think of (), and when I originally read this, I found the word confusing.
-