- 04 Nis, 2013 4 kayıt (commit)
-
-
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 11 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.
-
Claude Paroz yazdı
Refs #5014.
-
Claude Paroz yazdı
Refs #19237.
-
Claude Paroz yazdı
Thanks Marc Aymerich for the report and the initial patch.
-
Claude Paroz yazdı
-
Joe Friedl yazdı
Thanks @carljm for the review.
-
- 31 Mar, 2013 4 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks nebstrebor for the report and antofik for the patch.
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks rshea for the draft text.
-
Tim Graham yazdı
Thanks Russ for the suggestion.
-
- 30 Mar, 2013 8 kayıt (commit)
-
-
Tim Graham yazdı
-
Julien Phalip yazdı
Fixes #20162 -- Added a note in the documentation for `static.serve()` about the need for updating the system's map files when incorrect content types are returned. Many thanks to Simon Charette and Claude Paroz for their feedback.
-
Tim Graham yazdı
-
Claude Paroz yazdı
The test suite doesn't seem to suffer from this removal. Tests should probably take care themselves to clear caches if they depend on it.
-
Tim Graham yazdı
-
Tim Graham yazdı
Updated bios of committers
-
Alisson yazdı
if obj it None, it's None, there's no need to check it
-
matiasb yazdı
-