summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2016-12-01[1.10.x] Added release dates for 1.10.4, 1.9.12, 1.8.17.Tim Graham
2016-12-01[1.10.x] Fixed #27558 -- Prevented redundant index on InnoDB ForeignKey.Ed Morley
2016-11-29[1.10.x] Fixed #27402 -- Fixed incorrect LocaleMiddleware redirects with pref...Krzysztof Urbaniak
2016-11-29[1.10.x] Fixed #27544 -- Fixed QuerySet.update(dt=F('dt') + timedelta) crash ...Andrew Nester
2016-11-23[1.10.x] Normalized casing of "custom user model".Tim Graham
2016-11-15[1.10.x] Fixed #27407 -- Made Model.delete(keep_parents=True) preserve parent...Simon Charette
2016-11-15[1.10.x] Replaced "django" with "Django" in spelling_wordlist.akki
2016-11-09[1.10.x] Fixed #27461 -- Fixed incorrect allow_migrate() arguments in makemig...Joseph Kahn
2016-11-08[1.10.x] Fixed #27420 -- Quoted the Oracle test user password in queries.Mariusz Felisiak
2016-11-01[1.10.x] Added CVE-2016-9013,14 to the security release archive.Tim Graham
2016-11-01[1.10.x] Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True.Tim Graham
2016-11-01[1.10.x] Fixed CVE-2016-9013 -- Generated a random database user password whe...Marti Raudsepp
2016-11-01[1.10.x] Added stub release notes for 1.9.11/1.8.16.Tim Graham
2016-11-01[1.10.x] Fixed #27363 -- Replaced unsafe redirect in SessionMiddleware with S...Andrew Nester
2016-10-31[1.10.x] Fixed #27400 -- Documented {% static %} encoding change in 1.10.Henry Dang
2016-10-31[1.10.x] Fixed #27063 -- Prevented i18n_patterns() from using too much of the...Krzysztof Urbaniak
2016-10-26[1.10.x] Fixed #27299 -- Documented the Widget.use_required_attribute() method.Jon Dufresne
2016-10-25[1.10.x] Fixed #27385 -- Fixed QuerySet.bulk_create() on PostgreSQL when the ...David Barragán Merino
2016-10-24[1.10.x] Fixed #27374 -- Made JavaScriptCatalog respect the packages argument.Alvin Lindstam
2016-10-13[1.10.x] Fixed #27200 -- Provided makemigration's allow_migrate() with model_...Tim Graham
2016-10-06[1.10.x] Fixed docs typos in lines ending with a dash.Tim Graham
2016-10-04[1.10.x] Fixed #27279 -- Fixed a migration performance regression related to ...Simon Charette
2016-10-04[1.10.x] Fixed #27309 -- Added CallableBool.__hash__().Reto Aebersold
2016-10-01[1.10.x] Added stub release notes for 1.10.3.Tim Graham
2016-10-01[1.10.x] Fixed #27302 -- Fixed ModelAdmin.construct_change_message() changed ...Claude Paroz
2016-10-01[1.10.x] Added release date for 1.10.2.Tim Graham
2016-09-30[1.10.x] Refs #27186 -- Fixed model form default fallback for CheckboxSelectM...Tim Graham
2016-09-30[1.10.x] Updated links to the current version of PostGIS docs.Tim Graham
2016-09-30[1.10.x] Updated links to the current version of MySQL docs.Tim Graham
2016-09-29[1.10.x] Normalized spelling of "Web server/page" in docs.Tim Graham
2016-09-28[1.10.x] Fixed 27283 -- Fixed typo in 1.8 release notes.Alasdair Nicol
2016-09-27[1.10.x] Fixed #27271 -- Fixed a crash in runserver logging.Sergey Fursov
2016-09-26[1.10.x] Added CVE-2016-7401 to the security release archive.Tim Graham
2016-09-26[1.10.x] Added a CVE role for Sphinx.Tim Graham
2016-09-26[1.10.x] Added release notes for 1.9.10 and 1.8.15 releases.Tim Graham
2016-09-22[1.10.x] Fixed #27186 -- Fixed model form default fallback for MultiWidget, F...Tim Graham
2016-09-19[1.10.x] Fixed #27238 -- Disabled check_pattern_startswith_slash if settings....Alasdair Nicol
2016-09-07[1.10.x] Fixed #27143 -- Allowed combining SearchQuery with more than one & o...Nicola Jordan
2016-09-07[1.10.x] Fixed #27180 -- Fixed a crash in MySQL checks where SELECT @@sql_mod...Markus Gerards
2016-09-07[1.10.x] Added stub release notes for 1.10.2.Tim Graham
2016-09-01[1.10.x] Refs #25850, #27142, #27110 -- Documented migration history consiste...Shai Berger
2016-09-01[1.10.x] Added release date for 1.10.1.Tim Graham
2016-09-01[1.10.x] Fixed #27142, #27110 -- Made makemigrations consistency checks respe...Tim Graham
2016-08-31[1.10.x] Fixed #27154 -- Allowed comparing CallableBool with bitwise or.Olexander Yermakov
2016-08-24[1.10.x] Fixed #27039 -- Fixed empty data fallback to model field default in ...Tim Graham
2016-08-24[1.10.x] Fixed #27111 -- Fixed KeyError if USERNAME_FIELD isn't in UserCreati...Berker Peksag
2016-08-24[1.10.x] Fixed #27100 -- Included already applied migration changes in the pr...Simon Charette
2016-08-24[1.10.x] Fixed #27044 -- Included already applied migration changes in the po...Simon Charette
2016-08-23[1.10.x] Fixed #27089 -- Added database alias to InconsistentMigrationHistory...Tim Graham
2016-08-23[1.10.x] Fixed #26998 -- Reverted some admin checks from checking field.many_...Collin Anderson