- 07 Agu, 2012 11 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Based on Vinay Sajip's branch.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
* Renamed smart_unicode to smart_text (but kept the old name under Python 2 for backwards compatibility). * Renamed smart_str to smart_bytes. * Re-introduced smart_str as an alias for smart_text under Python 3 and smart_bytes under Python 2 (which is backwards compatible). Thus smart_str always returns a str objects. * Used the new smart_str in a few places where both Python 2 and 3 want a str.
-
Aymeric Augustin yazdı
-
Tim Graham yazdı
Grammar fix in 1.5 release notes.
-
- 06 Agu, 2012 4 kayıt (commit)
-
-
Michael Blume yazdı
I believe this is standard.
-
Tim Graham yazdı
Thanks shelldweller for the draft patch.
-
Alex Gaynor yazdı
Fixed #15754 -- avoid recursively computing the tree of media widgets more times than is necessary for a wiget
-
Brendan MacDonell yazdı
-
- 05 Agu, 2012 5 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Tim Graham yazdı
Updated example of customized ModelAdmin in documentation for 1.4
-
Julien Phalip yazdı
-
Justin Bronn yazdı
-
Angeline Tan yazdı
Moved a note about django-admin.py errors from Tutorial Part 1 to a new FAQ Troubleshooting page. This is to avoid confusion for beginners.
-
- 04 Agu, 2012 13 kayıt (commit)
-
-
Julien Phalip yazdı
-
Tim Graham yazdı
Thanks Raman Barkholenka for the patch.
-
Julien Phalip yazdı
-
Florian Apolloner yazdı
-
Alex Gaynor yazdı
Ticket 18632 Cleanup of CBV edit/edit mixin documentation.
-
Daniel Greenfeld yazdı
-
Tim Graham yazdı
Fixed #18110 -- Improve template cache tag documentation
-
Tim Graham yazdı
Fixed small typo in class based view docs.
-
Tim Graham yazdı
-
Claude Paroz yazdı
Thanks Pratyush for the report.
-
Claude Paroz yazdı
Make UserCreationForm password validation similar to SetPasswordForm and AdminPasswordChangeForm, so as the match check is only done when both passwords are supplied. Thanks Mitar for the suggestion.
-
Claude Paroz yazdı
cleaned_data is no longer deleted when form validation fails but only contains the data that did validate. Thanks to the various contributors to this patch (see ticket).
-
Simon Meers yazdı
-
- 03 Agu, 2012 7 kayıt (commit)
-
-
Tim Graham yazdı
Thanks Claude Paroz for the patch.
-
Aymeric Augustin yazdı
Also fixed #18706: improved exceptions raised by int_to_base36.
-
Alex Gaynor yazdı
-
Aymeric Augustin yazdı
-
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.
-