summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2017-04-04[1.10.x] Fixed #27912, CVE-2017-7233 -- Fixed is_safe_url() with numeric URLs.Tim Graham
2017-04-04[1.10.x] Fixed CVE-2017-7234 -- Fixed open redirect vulnerability in views.st...Tim Graham
2017-04-04[1.10.x] Added stub release notes for security releases.Tim Graham
2017-03-31[1.10.x] Fixed #27993 -- Fixed model form default fallback for SelectMultiple.heathervm
2017-03-27[1.10.x] Fixed #27981 -- Doc'd date/time filter l10n changes in refs #25758.Claude Paroz
2017-03-07[1.10.x] Fixed #27905 -- Added RelatedFieldWidgetWrapper.value_omitted_from_d...Raphael Merx
2017-03-07[1.10.x] Added stub release notes for 1.10.7.Tim Graham
2017-03-01[1.10.x] Fixed typo in docs/releases/1.10.6.txt.Adam Johnson
2017-03-01[1.10.x] Added release date for 1.10.6.Tim Graham
2017-02-23[1.10.x] Fixed #27479 -- Fixed GDALClose prototypeSergey Fedoseev
2017-02-21[1.10.x] Fixed #27856 -- Improved accuracy of date subtraction on PostgreSQL.Vytis Banaitis
2017-02-16[1.10.x] Fixed #27828 -- Fixed a crash when subtracting Integer/DurationField...Vytis Banaitis
2017-02-13[1.10.x] Fixed #27820 -- Fixed RequestDataTooBig/TooManyFieldsSent crash.amalia
2017-02-11[1.10.x] Refs #27807 -- Removed docs for User.username_validator.Tim Graham
2017-02-06[1.10.x] Fixed #27805 -- Fixed ClearableFileInput's "Clear" checkbox on model...Tim Graham
2017-01-04[1.10.x] Added stub release notes for 1.10.6.Tim Graham
2017-01-04[1.10.x] Added release date for 1.10.5.Tim Graham
2017-01-04[1.10.x] Fixed #27658 -- Prevented collectstatic from overwriting newer files...Tim Graham
2017-01-02[1.10.x] Refs #27637 -- Fixed timesince, timeuntil on New Year's Eve in a lea...vinay karanam
2016-12-27[1.10.x] Fixed #27637 -- Fixed timesince, timeuntil in leap year edge case.Mariusz Felisiak
2016-12-14[1.10.x] Fixed #27418 -- Fixed occasional missing plural forms in JavaScriptC...Waldemar Kornewald
2016-12-06[1.10.x] Fixed #27567 -- Fixed crash in the debug view when request.user errors.Andreas Pelme
2016-12-02[1.10.x] Added stub release notes for 1.10.5.Tim Graham
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