- 17 Agu, 2012 4 kayıt (commit)
-
-
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 20 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.
-
Adrian Holovaty yazdı
For backwards compatibility with stupid people like me. Refs #18772.
-
Aymeric Augustin yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
By using settings config, we take advantage of custom settings like KEY_PREFIX which allows for example to run tests in parallel.
-
Aymeric Augustin yazdı
Removed several inappropriate .encode('utf-8') calls in the process.
-
Claude Paroz yazdı
In Python 3, \w matches any Unicode character.
-
Tom Mortimer-Jones yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
Florian Apolloner yazdı
-
Claude Paroz yazdı
Thanks thecore for the report.
-
Claude Paroz yazdı
-
Florian Apolloner yazdı
-
Florian Apolloner yazdı
-
Florian Apolloner yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Complementary to commit 62a9ed0a.
-
Alex Gaynor yazdı
-