summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [1.11.x] Added stub release notes for 1.11.14.Tim Graham2018-05-312-0/+13
* [1.11.x] Fixed docs typo in HttpResponse.set_signed_cookie() signature.Osaetin Daniel2018-05-271-1/+1
* [1.11.x] Removed docs for obsolete ExceptionMiddleware.Daniel Hepper2018-05-271-30/+0
* [1.11.x] Post-release version bump.Tim Graham2018-05-011-1/+1
* [1.11.x] Bumped version for 1.11.13 release.1.11.13Tim Graham2018-05-011-1/+1
* [1.11.x] Added release date for 1.11.13.Tim Graham2018-05-011-1/+1
* Revert "[1.11.x] Fixed #29174, #29175 -- Doc'd that f-strings and JavaScript ...Carlton Gibson2018-04-181-7/+0
* [1.11.x] Fixed #29174, #29175 -- Doc'd that f-strings and JavaScript template...Tim Graham2018-04-181-0/+7
* [1.11.x] Fixed a test failure with the latest GeoIP databases.Tim Graham2018-04-172-4/+4
* [1.11.x] Added isolated_local_models support to schema tests.Tim Graham2018-04-141-0/+7
* [1.11.x] Fixed #29286 -- Fixed column mismatch crash with QuerySet.values() o...Mariusz Felisiak2018-04-133-4/+16
* [1.11.x] Fixed schema test failure when running tests in reverse.Tim Graham2018-04-121-0/+1
* [1.11.x] Fixed #29296 -- Fixed crashes in admindocs when a view is a callable...Paul Donohue2018-04-129-13/+39
* [1.11.x] Fixed #29193 -- Prevented unnecessary foreign key drops when alterin...Jeremy Bowman2018-04-114-4/+57
* [1.11.x] Tested altering a unique field when a reverse M2M relation exists.Jeremy Bowman2018-04-111-1/+37
* [1.11.x] Refs #28062 -- Doc'd PostgreSQL server-side cursors as a backwards i...Tim Graham2018-04-101-0/+11
* [1.11.x] Fixed mistakes in docs/topics/db/examples/many_to_one.txt.Luoxzhg2018-04-101-2/+2
* [1.11.x] Added stub release notes for 1.11.13.Tim Graham2018-04-042-0/+13
* [1.11.x] Fixed reference to nonexistent __between lookup.Daniel Roseman2018-04-041-1/+1
* [1.11.x] Post-release version bump.Tim Graham2018-04-021-1/+1
* [1.11.x] Bumped version for 1.11.12 release.1.11.12Tim Graham2018-04-021-1/+1
* [1.11.x] Added release date for 1.11.12.Tim Graham2018-04-021-2/+2
* [1.11.x] Fixed typo in docs/releases/1.11.12.txt.Tim Graham2018-04-021-1/+1
* [1.11.x] Fixed #29273 -- Prevented initial selection of empty choice in multi...Claude Paroz2018-04-024-6/+16
* [1.11.x] Fixed links to Sphinx docs.Tim Graham2018-03-301-5/+3
* [1.11.x] Fixed #29229 -- Fixed column mismatch crash when combining two annot...Amr Anwar2018-03-193-2/+16
* [1.11.x] Added stub release notes for 1.11.12.Tim Graham2018-03-192-0/+13
* [1.11.x] Fixed #29192 -- Removed inaccurate statement regarding overriding fi...ovalseven82018-03-131-3/+1
* [1.11.x] Added CVE-2018-7536,7 to the security release archive.Tim Graham2018-03-061-0/+28
* [1.11.x] Post-release version bump.Tim Graham2018-03-061-1/+1
* [1.11.x] Bumped version for 1.11.11 release.1.11.11Tim Graham2018-03-061-1/+1
* [1.11.x] Fixed CVE-2018-7537 -- Fixed catastrophic backtracking in django.uti...Tim Graham2018-02-274-1/+29
* [1.11.x] Fixed CVE-2018-7536 -- Fixed catastrophic backtracking in urlize and...Tim Graham2018-02-274-12/+51
* [1.11.x] Added stub release notes for security releases.Tim Graham2018-02-243-0/+16
* [1.11.x] Switched test requirement to new psycopg2-binary package.Tim Graham2018-02-201-1/+1
* [1.11.x] Removed blank lines per isort 4.3.0.Tim Graham2018-02-207-7/+0
* [1.11.x] Corrected doc'd type of some parameters from string to str.Tim Graham2018-02-192-5/+5
* [1.11.x] Added CVE-2018-6188 to the security release archive.Tim Graham2018-02-011-0/+12
* [1.11.x] Post-release version bump.Tim Graham2018-02-011-1/+1
* [1.11.x] Bumped version for 1.11.10 release.1.11.10Tim Graham2018-02-011-1/+1
* [1.11.x] Fixed CVE-2018-6188 -- Fixed information leakage in AuthenticationForm.Tim Graham2018-02-013-11/+42
* [1.11.x] Fixed #29094 -- Fixed crash when entering an invalid uuid in ModelAd...Tim Graham2018-02-014-2/+15
* [1.11.x] Fixed location of spatialite_source label.Rodrigo2018-01-311-2/+2
* [1.11.x] Fixed #29071 -- Fixed contrib.auth.authenticate() crash if a backend...Tim Graham2018-01-313-0/+34
* [1.11.x] Fixed #29032 -- Fixed an example of using expressions in QuerySet.va...Mariusz Felisiak2018-01-191-4/+4
* [1.11.x] Fixed typo in docs/topics/i18n/translation.txt.Peter Wischer2018-01-171-2/+2
* [1.11.x] Fixed #29016 -- Fixed incorrect foreign key nullification on related...Étienne Loks2018-01-134-4/+31
* [1.11.x] Added stub release notes for 1.11.10.Tim Graham2018-01-132-0/+13
* [1.11.x] Fixed #29017 -- Updated BaseCommand.leave_locale_alone doc per refs ...Tim Graham2018-01-121-4/+4
* [1.11.x] Fixed #29002 -- Corrected cached template loader docs about when it'...Tim Graham2018-01-112-4/+7