index
:
django.git
fix-31295
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-04-04
[1.11.x] Bumped version for 1.11 release.
1.11
Tim Graham
2017-04-04
[1.11.x] Updated man page for Django 1.11.
Tim Graham
2017-04-04
[1.11.x] Fixed #27912, CVE-2017-7233 -- Fixed is_safe_url() with numeric URLs.
Tim Graham
2017-04-04
[1.11.x] Fixed CVE-2017-7234 -- Fixed open redirect vulnerability in views.st...
Tim Graham
2017-04-04
[1.11.x] Added stub release notes for security releases.
Tim Graham
2017-04-04
[1.11.x] Updated tests after French translation update
Claude Paroz
2017-04-04
[1.11.x] Updated contrib translations from Transifex
Claude Paroz
2017-04-04
[1.11.x] Updated core translations from Transifex
Claude Paroz
2017-04-03
[1.11.x] Fixed flake8 warning on Python 2.
Tim Graham
2017-04-03
[1.11.x] Fixed #27974 -- Kept resolved templates constant during one renderin...
kapil garg
2017-04-03
[1.11.x] Fixed typos in docs/howto/static-files/index.txt.
Aleksej Manaev
2017-04-02
[1.11.x] Refs #27025 -- Fixed "invalid escape sequence" warning in auth_tests...
Tim Graham
2017-04-01
[1.11.x] Clarified meaning of "Optional" in auth.models.User field docs.
Jirka Schäfer
2017-04-01
[1.11.x] Fixed #28003 -- Doc'd what an auto-created OneToOneField parent_link...
Simon Charette
2017-04-01
[1.11.x] Fixed #28004 -- Doc'd how to create migrations for an app without a ...
Tim Graham
2017-04-01
[1.11.x] Refs #27866 -- Adapted backport for Python 2 compatibility
Claude Paroz
2017-04-01
[1.11.x] Fixed #27866 -- Made ChoiceWidget.format_value() return a list
Claude Paroz
2017-03-31
[1.11.x] Fixed #27993 -- Fixed model form default fallback for SelectMultiple.
heathervm
2017-03-30
[1.11.x] Refs #18247 -- Fixed SQLite QuerySet filtering on decimal result of ...
Sergey Fedoseev
2017-03-28
[1.11.x] Refs #18974 -- Added stacklevel for permalink() deprecation.
Tim Graham
2017-03-28
[1.11.x] Fixed #27988 -- Fixed typo in docs/ref/django-admin.txt.
Tim Graham
2017-03-27
[1.11.x] Made a few cosmetic updates to "Migrations that add unique fields".
Paolo Melchiorre
2017-03-27
[1.11.x] Fixed #27981 -- Doc'd date/time filter l10n changes in refs #25758.
Claude Paroz
2017-03-25
[1.11.x] Removed unexpected initial attribute in data migration examples.
Stefano Rivera
2017-03-25
[1.11.x] Removed unused links in docs/internals/contributing/triaging-tickets...
Sergey Fedoseev
2017-03-25
[1.11.x] Fixed #27956 -- Fixed display of errors in an {% extends %} child.
Tim Graham
2017-03-23
[1.11.x] Fixed #27603 -- Fixed AsKML when queryset is evaluated more than once.
Sergey Fedoseev
2017-03-23
[1.11.x] Fixed #27969 -- Fixed models.Field.formfield() setting 'disabled' fo...
Kapil Garg
2017-03-23
[1.11.x] Refs #27556, #27488 -- Updated support backends docs for isvalid loo...
Sergey Fedoseev
2017-03-22
[1.11.x] Linked GIS QuerySet API docs to corresponding PostGIS docs.
Sergey Fedoseev
2017-03-22
[1.11.x] Clarified backend support of Area GIS function.
Sergey Fedoseev
2017-03-22
[1.11.x] Fixed #27975 -- Fixed crash if ModelChoiceField's queryset=None.
James Beith
2017-03-21
[1.11.x] Bumped version for 1.11 release candidate 1.
1.11rc1
Tim Graham
2017-03-21
[1.11.x] Fixed #27945 -- Clarified that RegexValidator searches with the regex.
seanfagan
2017-03-21
[1.11.x] Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.
Mariusz Felisiak
2017-03-21
[1.11.x] Fixed #27960 -- Set errcheck=False for GDALAllRegister to prevent cr...
Sergey Fedoseev
2017-03-21
[1.11.x] Fixed #27915 -- Allowed Meta.indexes to be defined in abstract models.
Tim Graham
2017-03-21
[1.11.x] Fixed #27949 -- Doc'd how OpenLayers 3 widgets work.
Tim Graham
2017-03-21
[1.11.x] Fixed #27963 -- Removed unneeded docstring example in contributing d...
Mikkel Munch Mortensen
2017-03-21
[1.11.x] Refs #27919 -- Changed Widget.get_context() attrs kwarg to an arg.
Tim Graham
2017-03-21
[1.11.x] Refs #27919 -- Passed ChoiceWidget.create_option() kwargs as expected.
Tim Graham
2017-03-21
[1.11.x] Fixed #27965 -- Fixed precision comparison in a geoforms test (refs ...
Sergey Fedoseev
2017-03-21
[1.11.x] Removed an obsolete temporal reference in docs/faq/general.txt.
Garry Polley
2017-03-20
[1.11.x] Removed extra characters in docs header underlines.
Mariusz Felisiak
2017-03-20
[1.11.x] Fixed #27890 -- Fixed FileNotFoundError cleanup exception in runtest...
Tim Graham
2017-03-20
[1.11.x] Refs #27935 -- Fixed BrinIndex.max_name_length if a project's defaul...
Mariusz Felisiak
2017-03-18
[1.11.x] Fixed #27935 -- Fixed crash with BrinIndex name > 30 characters.
Mads Jensen
2017-03-17
[1.11.x] Fixed #27939 -- Updated OpenLayersWidget.map_srid for OpenLayers 3.
Tim Graham
2017-03-17
[1.11.x] Clarified return value of NumGeometries GIS function.
Sergey Fedoseev
2017-03-17
[1.11.x] Removed MySQL (unsupported) from Perimeter docs.
Sergey Fedoseev
[next]