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-06-01
Added stub release notes for 1.11.3.
Tim Graham
2017-06-01
Added release date for 1.11.2.
Tim Graham
2017-06-01
Fixed #28242 -- Moved ImageField file extension validation to the form field.
Manatsawin Hanmongkolchai
2017-05-31
Refs #27777 -- Improved docs/added test for File context manager change.
Ingo Klöcker
2017-05-31
Fixed #22550 -- Prohibited QuerySet.last()/reverse() after slicing.
Matthias Erll
2017-05-31
Fixed a forms test after updated translations.
Tim Graham
2017-05-31
Updated translations from Transifex
Claude Paroz
2017-05-31
Fixed #28170 -- Fixed file_move_safe() crash when moving files to a CIFS mount.
Derrick Jackson
2017-05-31
Fixed #26755 -- Fixed test_middleware_classes_headers if Django source isn't ...
Chris Lamb
2017-05-30
Fixed #28212 -- Allowed customizing the port that LiveServerTestCase uses.
Robert Rollins
2017-05-30
Refs #26294 -- Fixed typo in docs/ref/django-admin.txt.
René Fleschenberg
2017-05-30
Fixed AppRegistryNotReady error when running gis_tests in isolation on PostGIS.
Tim Graham
2017-05-30
Fixed #28209 -- Made date-based generic views return a 404 rather than crash ...
Adit Biswas
2017-05-30
DRY'd startapp and startproject management commands.
Adam Johnson
2017-05-30
Improved test coverage for startapp/startproject management commands.
Adam Johnson
2017-05-30
Refs #28181 -- Corrected detection of GDAL 2.1 on Windows.
Tim Graham
2017-05-30
Refs #23804 -- Improved value validation in GDALRaster.geotransform setter.
Adam Johnson
2017-05-30
Fixed gis_tests.geoapp test with incorrect geodetic coordinates.
Mariusz Felisiak
2017-05-30
Fixed #28199 -- Fixed Subquery generating unnecessary/invalid CAST.
Tim Graham
2017-05-29
Removed incorrect "required" attribute in docs/ref/forms/fields.txt.
Tim Graham
2017-05-29
Fixed #26823 -- Prevented update_last_login signal receiver from crashing if ...
Linus Lewandowski
2017-05-29
Refs #28204 - Forwardported 1.11.2 release note.
Tim Graham
2017-05-29
Fixed #28248 -- Fixed password reset tokens being valid for 1 day longer than...
Nick Zaccardi
2017-05-27
Added comments to contrib.sitemaps.index() view.
Boris Burkov
2017-05-27
Corrected REPL example in forms docs for Python 3.
Jon Dufresne
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-05-27
Fixed a test's dict_keys/list comparison that always evaluated as False.
Jon Dufresne
2017-05-27
Fixed #28226 -- Replaced use of str.join() with concatenation.
Tom
2017-05-27
Replaced some map() and filter() calls with generators.
Tom
2017-05-27
Fixed #28222 -- Allowed settable properties in QuerySet.update_or_create()/ge...
Alex
2017-05-27
Fixed #25006 -- Allowed custom time shortcuts in admin's time picker.
Anton Samarchyan
2017-05-27
Fixed #27922 -- Added ErrorDict.get_json_data().
Tim Heap
2017-05-27
Fixed #27881 -- Added diffsettings --output option.
Chris Lamb
2017-05-26
Fixed #27978 -- Allowed loaddata to read data from stdin.
Pavel Kulikov
2017-05-26
Fixed #28017 -- Allowed customizing PasswordResetTokenGenerator's secret.
jannh
2017-05-25
Fixed #28221 -- Fixed plural fallback translations in JavaScriptCatalog view
Claude Paroz
2017-05-25
Made RegexValidator's inverse_match logic clearer.
Edward D'Souza
2017-05-25
Added some shell output in tutorial 2.
Eric Theise
2017-05-25
Fixed #28239 -- Removed docs for a removed arg of template.Context.
Tim Graham
2017-05-25
Fixed #28211 -- Prevented ORing an empty Q() from reducing query join efficie...
Tom
2017-05-25
Refs #28211 -- Added a test for ANDing empty Q()'s.
Tim Graham
2017-05-25
Fixed #28224 -- Tested for SuspiciousOperation subclasses in Django's tests.
Rajesh Veeranki
2017-05-25
Fixed docstring typo in django/contrib/admin/actions.py.
Yuichi Fujikawa
2017-05-25
Fixed typo in docs/topics/testing/advanced.txt.
Dima Veselov
2017-05-24
Simplified schema.tests with assertForeignKeyExists()/assertForeignKeyNotExis...
Mariusz Felisiak
2017-05-24
Removed usage of deprecated sphinx.util.compat.Directive.
Tim Graham
2017-05-24
Fixed docs build with Sphinx 1.6.
Dmitry Shachnev
2017-05-24
Refs #27804 -- Used subTest() in several tests.
Bruno Alla
2017-05-24
Fixed #27860 -- Dropped varchar_pattern_ops/text_pattern_ops index before alt...
Mariusz Felisiak
2017-05-23
Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL.
Mariusz Felisiak
[prev]
[next]