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-01-27
[1.11.x] Fixed #27769 -- Documented option naming differences between django-...
Andrew Nester
2017-01-27
[1.11.x] Fixed #27678 -- Warned that the template system isn't safe against u...
andrewnester
2017-01-26
[1.11.x] Fixed #27501 -- Documented lazy evaluation of ModelChoiceField.query...
chillaranand
2017-01-26
[1.11.x] Fixed #27781 -- Made simplify_regex() remove outstanding '?' charact...
Mariusz Felisiak
2017-01-25
[1.11.x] Refs #27741 -- Fixed staticfiles_tests.test_views when run in isolat...
Tim Graham
2017-01-25
[1.11.x] Simplified tests with assertDoesNotOptimize().
Ed Morley
2017-01-25
[1.11.x] Corrected http.multipartparser.exhaust() docstring.
Tim Graham
2017-01-25
[1.11.x] Bumped MySQLdb version requirement to 1.2.3.
Tim Graham
2017-01-25
[1.11.x] Removed unused variables that are overwritten.
Mads Jensen
2017-01-25
[1.11.x] Fixed typo in docs/ref/models/expressions.txt.
Paolo Melchiorre
2017-01-23
[1.11.x] Fixed #27743 -- Prevented admin's "+" button icon from overlapping i...
Nick Mavrakis
2017-01-23
[1.11.x] Replaced dict() usage with dict literals.
Jon Dufresne
2017-01-23
[1.11.x] Replaced "not var is ..." with "is not" in attrs.html.
Jon Dufresne
2017-01-23
[1.11.x] Fixed #27759 -- Prevented forms attrs.html template from rendering F...
Jon Dufresne
2017-01-23
[1.11.x] Fixed #27761 -- Fixed quote location in multiple_input.html forms te...
Jon Dufresne
2017-01-23
[1.11.x] Removed ChoiceWidget.render() as it duplicates parent implementation.
Jon Dufresne
2017-01-21
[1.11.x] Removed unused imports in example migrations.
Arkadiusz Adamski
2017-01-20
[1.11.x] Refs #16859 -- Updated CSRF FAQ to mention CSRF_USE_SESSIONS setting.
Alasdair Nicol
2017-01-19
[1.11.x] Fixed django/utils/http.py comment typo.
Tim Graham
2017-01-19
[1.11.x] Updated translation catalogs
Claude Paroz
2017-01-19
[1.11.x] Fixed spelling mistakes in code and comments.
james mike dupont
2017-01-17
[1.11.x] Bumped version to 1.11a1.
1.11a1
Tim Graham
2017-01-17
[1.11.x] Updated man page for Django 1.11 alpha.
Tim Graham
2017-01-17
[1.11.x] Bumped django_next_version in docs config.
Tim Graham
2017-01-17
Removed obsolete GIS install instructions.
Tim Graham
2017-01-17
Fixed #27739 -- Documented LabelCommand.label.
Ed Morley
2017-01-17
Refs #24109 -- Doc'd the elidable feature in squashing migrations docs.
Ed Morley
2017-01-17
Refs #27683 -- Allowed setting isolation level in DATABASES ['OPTIONS'] on My...
Tim Graham
2017-01-17
Refs #27666 -- Added ProjectState.reload_models().
Markus Holtermann
2017-01-17
Fixed #27666 -- Delayed rendering of recursivly related models in migration o...
Markus Holtermann
2017-01-16
Refs #27690 -- Removed sleep before drop test db on Oracle.
Mariusz Felisiak
2017-01-16
Refs #25809 -- Made a few late review comments for BrinIndex.
Mads Jensen
2017-01-16
Fixed #27735 -- Doc'd form widget l10n change (refs #15667).
Tim Graham
2017-01-16
Moved unneeded ImproperlyConfigured inner imports.
Tim Graham
2017-01-16
Fixed #25307 -- Fixed QuerySet.annotate() crash with conditional expressions.
Josh Smeaton
2017-01-16
Removed empty sections from 1.11 release notes.
Tim Graham
2017-01-16
Fixed #27736 -- Used decorators for lookup registration.
Mads Jensen
2017-01-16
Refs #16614 -- Called _prepare_cursor() on every created cursor.
François Freitag
2017-01-16
Removed unneeded variable in contrib/postgres/fields/jsonb.py.
Dmitry Dygalo
2017-01-15
Refs #25809 -- Prefered imports from django.db.models.
Mads Jensen
2017-01-15
Fixed #25809 -- Added BrinIndex support in django.contrib.postgres.
Mads Jensen
2017-01-14
Fixed #27149 -- Added Subquery and Exists database expressions.
Matthew Schinckel
2017-01-14
Fixed #27718 -- Added QuerySet.union(), intersection(), difference().
Florian Apolloner
2017-01-14
Fixed #27387 -- Doc'd required HTML attribute in Field.required docs.
Claude Paroz
2017-01-14
Refs #16614 -- Prevented database errors from being masked by cursor close.
François Freitag
2017-01-14
Refs #25226 -- Cloned ArrayField.base_field on deconstruction.
Simon Charette
2017-01-14
Fixed #27699 -- Added negative timedelta support to parse_duration()
Jinank Jain
2017-01-14
Fixed tests that rely on hardcoded id with keepdb
Josh Smeaton
2017-01-14
Changed a test to be consistent when run in parallel.
Josh Smeaton
2017-01-13
Fixed #27709 -- Fixed get_for_models() for proxies with an empty cache.
Simon Charette
[next]