summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-01[2.2.x] Bumped version for 2.2.1 release.2.2.1Mariusz Felisiak
2019-05-01[2.2.x] Updated man page for Django 2.2.Mariusz Felisiak
2019-05-01[2.2.x] Added release date for 2.2.1.Mariusz Felisiak
2019-04-30[2.2.x] Fixed #30412 -- Fixed crash when adding check constraints with OR'ed ...can
2019-04-30[2.2.x] Fixed #20629 -- Rephrased custom user models admonition.Tobias Kunze
2019-04-30[2.2.x] Fixed #30408 -- Fixed crash when adding check constraints with LIKE o...Simon Charette
2019-04-29[2.2.x] Fixed #30323 -- Fixed detecting changes by autoreloader when using St...Tom Forbes
2019-04-29[2.2.x] Refs #30323 -- Prevented crash of autoreloader when get_resolver().ur...Tom Forbes
2019-04-27[2.2.x] Fixed #30351 -- Handled pre-existing permissions in proxy model permi...Carlton Gibson
2019-04-26[2.2.x] Fixed #30361 -- Increased the default timeout of watchman client to 5...Jacob Green
2019-04-26[2.2.x] Fixed #30312 -- Relaxed admin check from django.contrib.sessions to S...Aarni Koskela
2019-04-25[2.2.x] Fixed #30318 -- Added check for importability of arguments of custom ...Alasdair Nicol
2019-04-25[2.2.x] Fixed #30362 -- Noted partial indexes and constraints restrictions wi...Mariusz Felisiak
2019-04-25[2.2.x] Fixed UniqueConstraint example in ref/models/constraints.txt.Mariusz Felisiak
2019-04-24[2.2.x] Changed tuple Mate.unique_together/permissions to lists in docs.Luke Plant
2019-04-23[2.2.x] Fixed #30385 -- Restored SearchVector(config) immutability.Simon Charette
2019-04-21[2.2.x] Fixed typo in docs/internals/contributing/committing-code.txt.Ville Skyttä
2019-04-19[2.2.x] Made cosmetic edits in docs/releases/2.2.1.txt.Mariusz Felisiak
2019-04-19[2.2.x] Fixed #30328 -- Fixed crash of IntegerField.validators when limit_val...Scott Fitsimones
2019-04-18[2.2.x] Removed unused imports.Mariusz Felisiak
2019-04-18[2.2.x] Fixed #30335, #29139 -- Fixed crash when ordering or aggregating over...can
2019-04-17[2.2.x] Updated SpatiaLite install instructions to suggest first package from...Willy Njundong
2019-04-16[2.2.x] Fixed #14808 -- Doc'd that trans and blocktrans tags don't escape tra...Tobias Kunze
2019-04-16[2.2.x] Fixed #14009 -- Fixed custom formset validation example in docs.Tobias Kunze
2019-04-16[2.2.x] Fixed typo in docs/ref/models/instances.txt.Gary Donovan
2019-04-15[2.2.x] Refs #30325 -- Added tests for using count()/exists() with custom man...Tobias Kunze
2019-04-15[2.2.x] Fixed #30325 -- Reverted "Fixed #29725 -- Removed unnecessary join in...Mariusz Felisiak
2019-04-15[2.2.x] Fixed #30326 -- Doc'd how to avoid persistence of F() assignment.sage
2019-04-14[2.2.x] Fixed #30350 -- Prevented recreation of migration for operations with...Florian Apolloner
2019-04-14[2.2.x] Corrected wording in docs/intro/overview.txt.gnl
2019-04-13[2.2.x] Fixed #30347 -- Fixed typo in docs/topics/db/aggregation.txt.Daniel Musketa
2019-04-09[2.2.x] Fixed #30321 -- Added example of changed_data to forms docs.Bruno Furtado
2019-04-08[2.2.x] Fixed #30330 -- Fixed setting of primary key to None during fast-delete.Florian Apolloner
2019-04-07[2.2.x] Refs #27807 -- Removed docs for User.username_validator.Tim Graham
2019-04-06[2.2.x] Fixed #30332 -- Fixed crash of ordering by expressions with params in...Simone Pellizzari
2019-04-05[2.2.x] Fixed #30324 -- Forced utf-8 encoding when loading the template for t...Nick Pope
2019-04-05[2.2.x] Fixed #30331 -- Added support for psycopg2 2.8.Mariusz Felisiak
2019-04-04[2.2.x] Fixed #30307 -- Fixed incorrect quoting of database user password whe...msg
2019-04-03[2.2.x] Post-release version bump.Carlton Gibson
2019-04-03[2.2.x] Added stub release notes for 2.2.1.Mariusz Felisiak
2019-04-02[2.2.x] Fixed typo in docs/releases/2.2.txt.Alex Gaynor
2019-04-02[2.2.x] Fixed typo in docs/ref/settings.txt.Mariusz Felisiak
2019-04-01[2.2.x] Corrected date format in 2.2 release notes.Carlton Gibson
2019-04-01[2.2.x] Bumped version number for 2.2 release.2.2Carlton Gibson
2019-04-01[2.2.x] Set release date in v2.2 release notes.Carlton Gibson
2019-04-01[2.2.x] Updated man page for 2.2 final.Carlton Gibson
2019-04-01[2.2.x] Updated contrib translations from TransifexClaude Paroz
2019-04-01[2.2.x] Updated core translations from TransifexClaude Paroz
2019-03-30[2.2.x] Fixed #30289 -- Prevented admin inlines for a ManyToManyField's impli...Tim Graham
2019-03-30[2.2.x] Added stub 2.1.8 release notes.Tim Graham