summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-01[1.10.x] Bumped version for 1.10.4 release.1.10.4Tim 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-30[1.10.x] Replaced RawSQL with Cast in Coalesce doc example.Simon Charette
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-28[1.10.x] Fixed typo in docs/topics/auth/customizing.txt.Tim Graham
2016-11-25[1.10.x] Fixed #27509 -- Removed redundant gdal-bin dependency listing.Luke Murphy
2016-11-24[1.10.x] Rephrased an ambiguous sentence in docs/topics/signals.txt.Daniel Musketa
2016-11-24[1.10.x] Fixed typo in docs/topics/auth/customizing.txt.Alex Scott
2016-11-23[1.10.x] Normalized casing of "custom user model".Tim Graham
2016-11-23[1.10.x] Fixed #24370 -- Recommended starting with a custom user model.Krzysztof Gogolewski
2016-11-23[1.10.x] Refs #26677 -- Simplified i18n test cleanups.Ramiro Morales
2016-11-23[1.10.x] Fixed #26677 -- Converted some i18n tests to use disposable FS tree.Ramiro Morales
2016-11-23[1.10.x] Fixed typo in docs/topics/signals.txt.Daniel Musketa
2016-11-22[1.10.x] Fixed #27221 -- Doc'd how to escape a percent symbol in ugettext().Henry Dang
2016-11-22[1.10.x] Updated doc links to virtualenv website.Daniel Musketa
2016-11-21[1.10.x] Fixed #27511 -- Corrected Field.related_model docs about GenericRela...Tim Graham
2016-11-21[1.10.x] Refs #23811 -- Corrected git bisect run example usage.François Freitag
2016-11-17[1.10.x] Fixed #27482 -- Doc'd an example of Case() in QuerySet.filter().Jonatas CD
2016-11-16[1.10.x] Fixed #27494 -- Fixed typos in docs/topics/db/models.txt.Tim Graham
2016-11-16[1.10.x] Fixed incorrect word choice in docs/topics/migrations.txt.Mitchel Humpherys
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-15[1.10.x] Fixed #26985 -- Doc'd that ForeignKey.to_field reference must be uni...Jonatas CD
2016-11-15[1.10.x] Refs #25284 -- Corrected an obsolete implicit __in lookup example.Simon Charette
2016-11-14[1.10.x] Ignored flake8's newly added E305, E741, E743.Tim Graham
2016-11-11[1.10.x] Fixed typo in docs/topics/db/multi-db.txt.Jezeniel Zapanta
2016-11-11[1.10.x] Fixed typo in docs/ref/settings.txt.Ian Lee
2016-11-09[1.10.x] Fixed #27461 -- Fixed incorrect allow_migrate() arguments in makemig...Joseph Kahn
2016-11-09[1.10.x] Inlined a note in docs/ref/models/expressions.txt.Tim Graham
2016-11-09[1.10.x] Fixed #27414 -- Doc'd that F() expressions on relations return pk va...Jop Reyntjes
2016-11-08[1.10.x] Fixed #27420 -- Quoted the Oracle test user password in queries.Mariusz Felisiak
2016-11-07Fixed #27455 -- Fixed contrib.auth link in Chinese translationClaude Paroz
2016-11-06[1.10.x] Fixed #27133 -- Doc'd how to provide initial data with migrations.Krzysztof Żuraw
2016-11-06[1.10.x] Fixed typo in django/forms/widgets.py comment.Leila20
2016-11-05[1.10.x] Adjusted documentation of migration related commands.Krzysztof Gogolewski
2016-11-04[1.10.x] Updated "fork Django on GitHub" link.Tim Graham
2016-11-04[1.10.x] Fixed typo in docs/topics/testing/tools.txt.Pamela McA'Nulty
2016-11-03[1.10.x] Fixed #27425 -- Removed obsolete "developers for hire" FAQ.Tim Graham
2016-11-01[1.10.x] Added CVE-2016-9013,14 to the security release archive.Tim Graham
2016-11-01[1.10.x] Post-release version bump.Tim Graham
2016-11-01[1.10.x] Bumped version for 1.10.3 release.1.10.3Tim 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] Updated docs/topics/db/queries.txt examples to use print() function.Timothy Allen
2016-10-31[1.10.x] Fixed #27410 -- Clarified when static files is enabled in STATIC_ROO...Tim Graham