| Age | Commit message (Collapse) | Author |
|
Unused since its introduction in 4f138fe5a496a81115c4fba6615a517fc62c3b17.
|
|
Unused since its introduction in f51c1f590085556abca44fd2a49618162203b2ec.
|
|
|
|
Last uses removed in commit 8b81dee60c1533e714a310fa5c3907356042a64c.
|
|
Thanks Maxime Vdb for the report.
|
|
Thanks Nick Stefan for the report and Tim for the review.
|
|
|
|
evaluating inner_qs.
|
|
|
|
|
|
FileInput, SplitDateTimeWidget, SelectDateWidget, and SplitArrayWidget.
Thanks Matt Westcott for the review.
|
|
Thanks Tim Graham for the review.
|
|
|
|
boolean syntax.
|
|
connection failure.
|
|
This was fixed when dynamic classes for deferred instance loading
was removed in 7f51876f99851fdc3fef63aecdfbcffa199c26b9.
|
|
|
|
|
|
|
|
|
|
|
|
Python 3.6 parses strings like '0_1' as numeric literals.
http://bugs.python.org/issue26331
|
|
|
|
settings.APPEND_SLASH=False.
Thanks strycore for the report and timgraham for suggesting the
solution.
|
|
4-byte characters.
|
|
migrations.
|
|
Azerbaijani switched to Latin letters after Soviets and doesn't add il when
writing date time formats.
|
|
|
|
Reflects behavior changes in PEP 495 (Local Time Disambiguation).
|
|
http://bugs.python.org/issue27364
|
|
|
|
Less special-casing and code more in line with 'normal' index creation.
|
|
On PostGIS < 2, geometry_columns is a table that was manually maintained.
It's a view on PostGIS 2.
|
|
Removed possible u'' prefixes on Python 2.
|
|
|
|
|
|
|
|
mutation.
|
|
|
|
http://bugs.python.org/issue28082
|
|
http://bugs.python.org/issue15767
|
|
|
|
|
|
|
|
Not Modified" responses.
|
|
Thanks juntatalor for the initial patch.
|
|
inheritance.
|
|
|
|
|
|
assertSequenceEqual().
|