- 08 Nis, 2013 5 kayıt (commit)
-
-
Baptiste Mispelon yazdı
-
Tobias McNulty yazdı
-
Aymeric Augustin yazdı
Rephrased "How can I help with triaging?" a bit to reflect the current practice.
-
Jannis Leidel yazdı
Added more precise message level for succcess and warning messages
-
Kaspars Sprogis yazdı
-
- 07 Nis, 2013 2 kayıt (commit)
-
-
Jannis Leidel yazdı
Fix #15126: Better error message when passing invalid options to ModelFo...
-
Baptiste Mispelon yazdı
-
- 06 Nis, 2013 2 kayıt (commit)
-
-
Andrew Jesaitis yazdı
Uses the removeEvent function in core.js to remove the dismissCalendar function from the document click event. Fixes #4045.
-
Andrew Jesaitis yazdı
Uses the removeEvent function in core.js to remove the function from the document click event. Refs #4045.
-
- 05 Nis, 2013 6 kayıt (commit)
-
-
Simon Charette yazdı
-
Preston Holmes yazdı
Thanks to Matias Bordese for the patch
-
Claude Paroz yazdı
Thanks Aymeric Augustin for noticing the omission and Tim Graham for the text review. Fixes #9055 (again).
-
Aymeric Augustin yazdı
It was added in 3f1c7b70. Single language sites should always be translated in LANGUAGE_CODE, regardless of the browser's Accept-Language. Having LocaleMiddleware enabled can result in having some parts, like the admin, translated in an unexpected language, typically if someone browses a non-English website on a system set up in English. Since most websites won't be translated in multiple languages — especially at the time they're created — it's better not to enable LocaleMiddleware by default. Thanks Ramiro for the feedback.
-
Simon Charette yazdı
Removed a trailing space in the template builtins docs.
-
Andrew Brown yazdı
This trailing space may seem innocuous, but can be easily copied-and-pasted from the docs. This can lead to bizarre File Not Found errors where the checked paths look correct, but actually aren't because the trailing space is hard to see in an error message.
-
- 04 Nis, 2013 6 kayıt (commit)
-
-
Alex Gaynor yazdı
-
Jacob Kaplan-Moss yazdı
This is no longer something that has to happen now that 5c771da3 is in.
-
Donald Stufft yazdı
* Prevents issues with moving download locations in the future, see https://www.djangoproject.com/m/bad-installer.txt * Removes a location that release managers need to update with a new version * Very little use when files are hosted on PyPI (as Django's are)
-
Claude Paroz yazdı
Fix #20195: wrong reference in session settings documentation.
-
Baptiste Mispelon yazdı
-
Tim Graham yazdı
Fixed typo in transaction.Atomic docstring
-
- 03 Nis, 2013 11 kayıt (commit)
-
-
Carl Meyer yazdı
-
Baptiste Mispelon yazdı
-
Marti Raudsepp yazdı
-
Florian Apolloner yazdı
-
Preston Timmons yazdı
-
Preston Timmons yazdı
-
Preston Timmons yazdı
-
Preston Timmons yazdı
-
Preston Timmons yazdı
-
Preston Timmons yazdı
-
Preston Timmons yazdı
-
- 02 Nis, 2013 2 kayıt (commit)
-
-
Ramiro Morales yazdı
-
Tim Graham yazdı
-
- 01 Nis, 2013 6 kayıt (commit)
-
-
Simon Charette yazdı
-
Claude Paroz yazdı
-
Julien Phalip yazdı
Fixed #20169 -- Ensured that the WSGI request's path is correctly based on the `SCRIPT_NAME` environment parameter or the `FORCE_SCRIPT_NAME` setting, regardless of whether or not those have a trailing slash. Thanks to bmispelon for the review.
-
Claude Paroz yazdı
Thanks moof at metamoof.net for the report.
-
Claude Paroz yazdı
Without this, the 'new' assertion methods are not present with Python 2.6.
-
Claude Paroz yazdı
Decimal is treated as float on SQLite, hence inspectdb can only guess max_digits and decimal_places arguments.
-