- 18 Agu, 2012 3 kayıt (commit)
-
-
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.
-
- 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 16 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ı
-