- 18 Agu, 2012 18 kayıt (commit)
-
-
Marc Tamlyn yazdı
Patch by @jphalip updated to apply, documentation and release notes added. I've documented strip_tags as well as remove_tags as the difference between the two wouldn't be immediately obvious.
-
Marc Tamlyn yazdı
Updated the most recent patch from @claudep to apply again and updated the documentation location.
-
Aymeric Augustin yazdı
Backwards compatibility aliases were created under Python 2.
-
Andrew Godwin yazdı
Fixed #18779 -- URLValidator can't validate url with ipv6.
-
Marc Tamlyn yazdı
Validation is reasonably 'soft', as for the ipv4. False positives don't matter too much here.
-
Aymeric Augustin yazdı
that causes a test failure on Python 3 because map returns an iterator.
-
Aymeric Augustin yazdı
That goes actively against the goal of cleaning string handling.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
We should catch all exceptions in the thread to ensure it doesn't die with an unhandled exception. The type of the exception is already checked further in the test.
-
Aymeric Augustin yazdı
This commit fixes the auto-reload of the development server. I should have done that change in ca07fda2.
-
Aymeric Augustin yazdı
Python 3 adds a new pickle protocol. The tests were updated in a way that makes it easy to add another pickle protocol, should Python gain one. Thanks Thomas Pelletier for providing an initial version of this patch.
-
Aymeric Augustin yazdı
Corrected docs on setup of JSONResponseMixin example
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
at the point where it bites most beginners. Refs #18787, #18762, #18756, #18723, #18705, #18689 and several duplicates.
-
Ramiro Morales yazdı
Under some versions of OS X, failure in getting the default system locale during the syncdb operation of the auth app were causing hard to diagnose problems afterwards. No solution based on getpreferredencoding() was chosen because it has its own problems with certain combinations of Python and OS X versions (e.g. http://bugs.python.org/issue6202). Thanks prestonsimmons for the report and prestonsimmons and willhardy for the initial patch. Fixes #16017.
-
Preston Holmes yazdı
View class does not have a render_to_response method - so does not make sense for this mixin
-
- 17 Agu, 2012 5 kayıt (commit)
-
-
Claude Paroz yazdı
-
Tim Graham yazdı
Fixed doc comment in django.contrib.admin example to match the code
-
Tim Graham yazdı
-
Tim Graham yazdı
Create headings and expand CBV docs so that the "Built-In CBV" docs include a full list.
-
Aymeric Augustin yazdı
due to non-standard syntax (a stray comma). Thanks dmishe for the report.
-
- 16 Agu, 2012 16 kayıt (commit)
-
-
Tim Graham yazdı
Fixed #17183 - Added a note regarding LocaleMiddleware at the top of the i18n docs. Thanks krzysiumed for the patch.
-
Tim Graham yazdı
Thanks philipn for the report and mateusgondim for the patch.
-
Aymeric Augustin yazdı
Thanks George Marshall for the report.
-
Claude Paroz yazdı
Only Python versions affected by http://bugs.python.org/issue670664 should patch HTMLParser. Thanks Raphaël Hertzog for the initial patch (for 1.4).
-
Alex Gaynor yazdı
-
Claude Paroz yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
in LiveServerTestCase.
-
Aymeric Augustin yazdı
These tests don't look very meaningful. They were ported from doctests...
-
Alex Gaynor yazdı
[py3] Fixed installed_models filtering.
-
Dmitry Shevchenko yazdı
-
Alex Gaynor yazdı
-
Alex Gaynor yazdı
-
Ramiro Morales yazdı
-
Simon Meers yazdı
-
- 15 Agu, 2012 1 kayıt (commit)
-
-
Piet Delport yazdı
Document SECRET_KEY becoming required in 1.5. Also expand the description slightly, and add a more prominent warning about the security implications of running with an exposed SECRET_KEY.
-