- 07 Eyl, 2012 19 kayıt (commit)
-
-
Alex Gaynor yazdı
-
Alex Gaynor yazdı
-
Alex Gaynor yazdı
-
Alex Gaynor yazdı
Removed many uses of bare "except:", which were either going to a) silence real issues, or b) were impossible to hit.
-
James Bennett yazdı
Ticket #17324 - Improve security docs with better CSRF explanation
-
James Bennett yazdı
clarify clean_<field> docs, ticket #18917
-
Alex Gaynor yazdı
Fixed #17888 -- no longer silence exceptions inside of check_test. Thanks to brutasse for the patch.
-
Alex Gaynor yazdı
Previous this used Python's builtin hash() function, which has never been guarnteed to be stable across implementations (CPython/Jython/etc.) or 32/64 bitness. However, this in practice it was stable. However, with the impending release of Python 3.3 hash randomizations is enabled by default, which would mean the index name changed between program invocations.
-
Alex Gaynor yazdı
-
Alex Gaynor yazdı
-
Justin Bronn yazdı
-
Alex Gaynor yazdı
-
Alex Gaynor yazdı
remove unused import in decoupling URLs tutorial, closes #18915
-
Aymeric Augustin yazdı
that will be available as of version 1.4.2.
-
Dan Loewenherz yazdı
The `include` function isn't used in polls/urls.py.
-
Alex Gaynor yazdı
specify any orderable field can be specified in get_latest_by, closes #18875
-
Dan Loewenherz yazdı
-
Alex Gaynor yazdı
-
Brad Pitcher yazdı
-
- 06 Eyl, 2012 7 kayıt (commit)
-
-
Claude Paroz yazdı
-
David Fischer yazdı
-
David Fischer yazdı
-
David Fischer 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 5 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ı
-