- 09 Agu, 2016 14 kayıt (commit)
-
-
Marcin Nowak yazdı
-
an0o0nym yazdı
-
Tim Graham yazdı
Reflects behavior changes in PEP 495 (Local Time Disambiguation).
-
Tim Graham yazdı
-
Chris Jerdonek yazdı
-
Chris Sinchok yazdı
-
Claude Paroz yazdı
-
Tim Graham yazdı
-
Sergei Maertens yazdı
-
Alexander Schrijver yazdı
Fixed #26830 -- Prevented the 'with' templatetag from resetting the cycle variable to its initial state.
-
Alexander Schrijver yazdı
Refs #26830 -- Added a test for a named cycle template tag inside an ifchanged block and a for loop.
-
Ville Skyttä yazdı
Fixed #27041 -- Documented that built-in middleware are compatible with MIDDLEWARE and MIDDLEWARE_CLASSES.
-
Ed Morley yazdı
The spec refers to it as a 'directive' rather than a 'tag': https://tools.ietf.org/html/rfc6797#section-6.1.2
-
Antoine Fontaine yazdı
-
- 08 Agu, 2016 13 kayıt (commit)
-
-
Tim Graham yazdı
After https://hg.python.org/cpython/rev/4ea79767ff75/, test_strips_underscore_headers fails with: 'Stub' object has no attribute 'sendall'.
-
Claude Paroz yazdı
As makemessages uses several settings for proper run (FILE_CHARSET, LOCALE_PATHS, MEDIA_ROOT, and STATIC_ROOT), we should require settings configuration for this command.
-
Alex Hill yazdı
-
Simon Charette yazdı
-
Adam Zapletal yazdı
-
Simon Charette yazdı
Thanks Tim for the review.
-
Johannes Dollinger yazdı
This removes the need for some inner imports.
-
Johannes Dollinger yazdı
-
Johannes Dollinger yazdı
-
Chris Jerdonek yazdı
-
Claude Paroz yazdı
Thanks Gavin Wahl for the report, and Tim Graham for the review.
-
Adam Zapletal yazdı
-
Claude Paroz yazdı
-
- 07 Agu, 2016 1 kayıt (commit)
-
-
Michael Schwarz yazdı
The test now also checks whether the sent message's attachment has the expected name, content and mime type.
-
- 06 Agu, 2016 4 kayıt (commit)
-
-
Sjoerd Job Postmus yazdı
Fixed #27026 -- Fixed state initialization of bulk_create() objects if can_return_ids_from_bulk_insert.
-
Ben Demboski yazdı
-
Adam Zapletal yazdı
-
Claude Paroz yazdı
-
- 05 Agu, 2016 8 kayıt (commit)
-
-
Akshesh yazdı
* Added the index name to its deconstruction. * Added indexes to sqlite3.schema._remake_table() so that indexes aren't dropped when _remake_table() is called. Thanks timgraham & MarkusH for review and advice.
-
Jarek Glowacki yazdı
-
Chris Jerdonek yazdı
-
Simon Charette yazdı
-
Yoong Kang Lim yazdı
-
Liz Lemon yazdı
-
Peter Inglesby yazdı
-
Tim Graham yazdı
-