index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-10-17
Fixed typos in docs/releases/2.0.txt.
Simon Meers
2017-10-16
Fixed #28497 -- Restored the ability to use sliced QuerySets with __exact.
Tim Graham
2017-10-16
Fixed typo in MessageMiddleware.process_response() docstring.
Joe Arthur
2017-10-14
Fixed #28713 -- Prevented ModelBackend.get_all_permissions() from mutating ge...
Yuri Kaszubowski Lopes
2017-10-14
Refs #28710 -- Simplified l10n format test
Claude Paroz
2017-10-13
Fixed #28695 -- Allowed models to use __init_subclass__().
k
2017-10-13
Corrected examples in related field descriptor docstrings.
Simon Charette
2017-10-13
Refs #28575 -- Removed unnecessary code for model exception pickling.
Simon Charette
2017-10-13
Updated email.Util (Python 2) references to email.utils (Python 3).
Tim Graham
2017-10-13
Refs #28643 -- Reorganized database functions.
Mariusz Felisiak
2017-10-13
Fixed #28710 -- Fixed the Basque DATE_FORMAT string
Claude Paroz
2017-10-13
Refs #28440 -- Fixed server connection closing test on macOS.
Tom
2017-10-13
Refs #28643 -- Reorganized database functions docs.
Mariusz Felisiak
2017-10-13
Removed incorrect reference to ModelChoiceField in Field.choices docs.
LeeHanYeong
2017-10-13
Fixed #28708 -- Added constants to detect the Python version.
Tim Graham
2017-10-13
Improved performance of utils.html.escape().
Tom
2017-10-13
Refs #28575 -- Allowed pickling Model.DoesNotExist and MultipleObjectsReturne...
Rachel Tobin
2017-10-12
Fixed #27846 -- Made Model.refresh_from_db() clear cached relations.
Paulo
2017-10-12
Simplified IfNode.nodelist
Tim Graham
2017-10-12
Removed unused ForNode.__iter__().
Tim Graham
2017-10-12
Refs #28248 -- Clarified the precision of PASSWORD_RESET_TIMEOUT_DAYS.
Tim Graham
2017-10-12
Fixed #28688 -- Made admin's URLify.js skip removal of English words if non-A...
Sævar Öfjörð Magnússon
2017-10-12
Added test for FlatPage.__str__().
Mads Jensen
2017-10-12
Added setUp() method to FlatpageModelTests.
Mads Jensen
2017-10-12
Fixed #28679 -- Fixed urlencode()'s handling of bytes.
François Freitag
2017-10-10
Fixed #28601 -- Prevented cache.get_or_set() from caching None if default is ...
Daniel Tao
2017-10-10
Split django.utils.http tests into separate test classes.
François Freitag
2017-10-09
Fixed #28591 -- Added an error message for createsuperuser --username= (blank).
Hasan Ramezani
2017-10-09
Fixed #28423 -- Expanded docs for indexing contrib.postgres fields.
Mads Jensen
2017-10-09
Fixed #28670 -- Added FETCH/OFFSET support on Oracle.
Mariusz Felisiak
2017-10-09
Added tests for Combinable's bitwise logical operation errors.
Mads Jensen
2017-10-09
Moved link in "Features removed in 2.0" to be more specific.
Tim Graham
2017-10-09
Fixed #28685 -- Fixed awkward wrapping of Select2 chips.
Johannes Hoppe
2017-10-09
Refs #23919 -- Corrected django.utils.http.urlencode()'s documented signature.
François Freitag
2017-10-06
Refs #24254 -- Removed unnecessary SQL AS clause in SQLCompiler.as_sql().
Mariusz Felisiak
2017-10-06
Fixed #28665 -- Change some database exceptions to NotImplementedError per PE...
Simon Charette
2017-10-06
Refs #27857 -- Removed Python 3.4 from tox.ini.
Tim Graham
2017-10-06
Updated link to Tox documentation in tox.ini.
Mads Jensen
2017-10-05
Added stub release notes for 1.11.7.
Tim Graham
2017-10-05
Added release date for 1.11.6.
Tim Graham
2017-10-05
Fixed #28596 -- Fixed QuerySet.bulk_create() and cascade deletion crash on Or...
Mariusz Felisiak
2017-10-05
Added tests for invalid {% for %} usage and ForLoop.__repr__().
Mads Jensen
2017-10-05
Refs #27546 -- Replaced hardcoded class name in ForNode.__repr__().
Mads Jensen
2017-10-04
Refs #28670 -- Moved LIMIT/OFFSET SQL to DatabaseOperations.limit_offset_sql().
Mariusz Felisiak
2017-10-04
Passed ignore_failures as a kwarg for readability in template tags.
Tim Graham
2017-10-03
Refs #28584 -- Removed unused DatabaseFeatures.can_share_in_memory_db.
Tim Graham
2017-10-03
Fixed #28674 -- Removed unused check in QuerySet._batched_insert().
Tim Graham
2017-10-03
Fixed #28584 -- Dropped support for SQLite < 3.7.15.
Tim Graham
2017-10-03
Fixed #28675 -- Removed always True variable in SQLInsertCompiler.execute_sql...
Tim Graham
2017-10-03
Refs #28677 -- Doc'd that on_delete is required in migrations.
Tim Graham
[prev]
[next]