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
path:
root
/
django
Age
Commit message (
Expand
)
Author
2017-02-20
[1.11.x] Bumped version for 1.11 beta 1.
1.11b1
Tim Graham
2017-02-20
[1.11.x] Fixed #27850 -- Made RelatedFieldWidgetWrapper call render() of the ...
Collin Anderson
2017-02-20
[1.11.x] Fixed typo in DurationField's docstring.
Alexey Rogachev
2017-02-17
[1.11.x] Fixed #27843 -- Fixed truncate_name() when the name contains a usern...
Mariusz Felisiak
2017-02-16
[1.11.x] Fixed #27828 -- Fixed a crash when subtracting Integer/DurationField...
Vytis Banaitis
2017-02-15
[1.11.x] Fixed #27135 -- Made index introspection return Index.suffix.
Tim Graham
2017-02-15
[1.11.x] Fixed #27840 -- Fixed KeyError in PasswordResetConfirmView.form_vali...
Markus Holtermann
2017-02-13
[1.11.x] Fixed #27820 -- Fixed RequestDataTooBig/TooManyFieldsSent crash.
amalia
2017-02-11
[1.11.x] Refs #26610 -- Added CIText mixin and CIChar/Email/TextField.
Mads Jensen
2017-02-11
[1.11.x] Fixed #27722 -- Reallowed using django.Template in {% include %}.
Tim Graham
2017-02-11
[1.11.x] Fixed #27742 -- Reverted "Fixed #24607 -- Serialized natural keys in...
Tim Graham
2017-02-11
[1.11.x] Removed WSGIServer.server_bind() identical to parent version
Claude Paroz
2017-02-10
[1.11.x] Refs #27148 -- Fixed UUIDField.to_python(None) crash.
ClairePhila
2017-02-07
[1.11.x] Fixed #27815 -- Made LoginView pass the request kwarg to Authenticat...
Zoltan Gyarmati
2017-02-06
[1.11.x] Fixed #27805 -- Fixed ClearableFileInput's "Clear" checkbox on model...
Tim Graham
2017-02-01
[1.11.x] Removed ExceptionReporter support for string exceptions.
Tim Graham
2017-01-31
[1.11.x] Fixed #27800 -- Fixed QuerySet.annotate(Length(...)).distinct() crash.
Lex Berezhny
2017-01-31
[1.11.x] Fixed #27758 -- Reallowed AdvancedModelIterator pattern after templa...
Jon Dufresne
2017-01-31
[1.11.x] Fixed typo in django/db/migrations/operations/special.py.
Tim Graham
2017-01-31
[1.11.x] Fixed #25192 -- Fixed squashmigrations crash with RunPython.noop on ...
Shai Berger
2017-01-28
[1.11.x] Removed obsolete sentence in ManagementUtility docstring.
Srinivas Reddy Thatiparthy
2017-01-26
[1.11.x] Fixed #27781 -- Made simplify_regex() remove outstanding '?' charact...
Mariusz Felisiak
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-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-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
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
Moved unneeded ImproperlyConfigured inner imports.
Tim Graham
2017-01-16
Fixed #25307 -- Fixed QuerySet.annotate() crash with conditional expressions.
Josh Smeaton
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
Refs #16614 -- Prevented database errors from being masked by cursor close.
François Freitag
[next]