- 04 Eyl, 2012 4 kayıt (commit)
-
-
Adrian Holovaty yazdı
-
Tim Graham yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Thanks Aymeric Augustin for the report and the initial patch.
-
- 01 Eyl, 2012 9 kayıt (commit)
-
-
Tim Graham yazdı
Clarify some of the password reset docs
-
Claude Paroz yazdı
Thanks milosu for the report and the initial patch.
-
Tim Graham yazdı
Fixed #18840 - Added a mentioned of the upload_to parameter to the ModelForm example in file uploads.
-
Claude Paroz yazdı
Unlike other model fields, the newly introduced (1.4) GenericIPAddressField did not accept verbose_name and name as the first positional arguments. This commit fixes it. Thanks Dan McGee for the report and the patch.
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks Preston Holmes for the patch.
-
Tim Graham yazdı
Thanks chromano for the draft patch.
-
Tim Graham yazdı
Thanks Idan Gazit for the patch.
-
Tim Graham yazdı
Fixed #18642 - Added a note suggesting the use of render() rather than render_to_response() if you need RequestContext in your template.
-
- 31 Agu, 2012 8 kayıt (commit)
-
-
Chris Streeter yazdı
Some of the wording was copied from the change password section. Updated the text to clarify that the we are talking about password resets.
-
Tim Graham yazdı
Fixed #16309 - Made ModelAdmin.list_filter versionchanged annotations more specific to the sections that changed; thanks akaihola for the suggestion and patch.
-
Claude Paroz yazdı
-
Tim Graham yazdı
-
Florian Apolloner yazdı
fix documentation testing of Selenium WebDriverWait
-
Florian Apolloner yazdı
Indexing bytes is the problem not slicing.
-
Florian Apolloner yazdı
Fix comment typo
-
Alex Gaynor yazdı
-
- 30 Agu, 2012 8 kayıt (commit)
-
-
Tim Graham yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Thanks ferdonline for the initial patch and Karen Tracey for the related post on django-users.
-
Claude Paroz yazdı
We can do that now that cleaned_data is guaranteed to be present. Related to [121fd109]. Thanks Simon Charette for his work on the ticket.
-
Claude Paroz yazdı
smart_str/smart_text should only be used when a potential lazy string should be preserved in the result of the function call.
-
Tim Graham yazdı
-
Tim Graham yazdı
-
David Fischer yazdı
-
- 29 Agu, 2012 7 kayıt (commit)
-
-
Aymeric Augustin yazdı
The user module and the execfile function were removed in Python 3. Thanks Linovia for the report.
-
Bruno Renié yazdı
-
Claude Paroz yazdı
Thanks Alexey Boriskin for his help on the patch.
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
In all those occurrences, we didn't care about preserving the lazy status of the strings, but we really wanted to obtain a real bytestring.
-
Benjamin Peterson yazdı
-
- 28 Agu, 2012 4 kayıt (commit)
-
-
Florian Apolloner yazdı
-
Florian Apolloner yazdı
Thanks to Claude Huchet and Tomáš Ehrlich for the patch.
-
Aymeric Augustin yazdı
-
Florian Apolloner yazdı
Thanks to bnomis for the report and yajogo for the initial patch.
-