- 07 Eyl, 2012 1 kayıt (commit)
-
-
Dan Loewenherz yazdı
The `include` function isn't used in polls/urls.py.
-
- 06 Eyl, 2012 4 kayıt (commit)
-
-
Claude Paroz yazdı
-
Simon Meers yazdı
-
Aymeric Augustin yazdı
Even after repeated adjustment of the constants, this test still fails randomly. It has educated us to ignore messages from Jenkins, to a point where we missed some actual failures. In addition, it accounts for a non-negligible percentage of the run time of the test suite just by itself. Since no one has proposed a convincing patch in months, I'm going to remove the patch. We can't keep a randomly failing test forever.
-
Adrian Holovaty yazdı
Small doc change: clarify day and month
-
- 05 Eyl, 2012 3 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
Fixed #18905 - Updated URL for Django People
-
Shabda Raaj yazdı
-
- 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.
-
- 03 Eyl, 2012 2 kayıt (commit)
-
-
Matt Stevens yazdı
-
Matt Stevens yazdı
-
- 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 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
The user module and the execfile function were removed in Python 3. Thanks Linovia for the report.
-