summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-16Fixed #14808 -- Doc'd that trans and blocktrans tags don't escape translations.Tobias Kunze
2019-04-16Fixed #30368 -- Fixed prefetch_related() for GenericForeignKey when PK is als...Vinny Do
2019-04-16Fixed #14009 -- Fixed custom formset validation example in docs.Tobias Kunze
2019-04-16Fixed typo in docs/ref/models/instances.txt.Gary Donovan
2019-04-15Refs #23758 -- Used RecursionError instead of RuntimeError to raise nested su...Simon Charette
2019-04-15Refs #27149 -- Based recursive nested subquery detection on sys.getrecursionl...Simon Charette
2019-04-15Refs #30325 -- Added tests for using count()/exists() with custom managers an...Tobias Kunze
2019-04-15Fixed #30325 -- Reverted "Fixed #29725 -- Removed unnecessary join in QuerySe...Mariusz Felisiak
2019-04-15Fixed #30326 -- Doc'd how to avoid persistence of F() assignment.sage
2019-04-14Renamed camelCaseTestMethods to snake_case_test_methodsMarkus Holtermann
2019-04-14Fixed #30350 -- Prevented recreation of migration for operations with a range...Florian Apolloner
2019-04-14Fixed #30343 -- Fixed prefetch_related() for GenericForeignKey when PK of rel...Mariusz Felisiak
2019-04-14Corrected wording in docs/intro/overview.txt.gnl
2019-04-13Fixed #30358 -- Removed redundant assertion in FormsUtilsTestCase.test_error_...Krisjanis Vaiders
2019-04-13Fixed #25941 -- Improved error message for runtests.py when django is not on ...Thomas Allison
2019-04-13Fixed #30363 -- Do not use exponential notation for small decimal numbers.Sjoerd Job Postmus
2019-04-13Fixed #30347 -- Fixed typo in docs/topics/db/aggregation.txt.Daniel Musketa
2019-04-09Fixed #30321 -- Added example of changed_data to forms docs.Bruno Furtado
2019-04-08Fixed #30266 -- Kept a sequence owner when altering an AutoField/BigAutoField...Dolan Antenucci
2019-04-08Fixed #30330 -- Fixed setting of primary key to None during fast-delete.Florian Apolloner
2019-04-08Fixed #30304 -- Added support for the HttpOnly, SameSite, and Secure flags on...Ran Benita
2019-04-08Fixed #28373 -- Used connection timezone instead of UTC when making dates tim...can
2019-04-07Refs #27807 -- Removed docs for User.username_validator.Tim Graham
2019-04-06Fixed #30332 -- Fixed crash of ordering by expressions with params in ArrayAg...Simone Pellizzari
2019-04-06Refs #26067 -- Added more tests for ordering in StringAgg.Simone Pellizzari
2019-04-05Refs #20010 -- Unified DatabaseOperations.last_executed_query() on Oracle wit...Mariusz Felisiak
2019-04-05Refs #30324 -- Forced utf-8 encoding when loading templates for the technical...Nick Pope
2019-04-05Fixed #30324 -- Forced utf-8 encoding when loading the template for the techn...Nick Pope
2019-04-05Fixed bidirectionality on the congrats page.Majid Vaghari
2019-04-05Fixed #30331 -- Added support for psycopg2 2.8.Mariusz Felisiak
2019-04-04Fixed #30307 -- Fixed incorrect quoting of database user password when using ...msg
2019-04-03Fixed #30302 -- Fixed forms.model_to_dict() result if empty list of fields is...belegnar
2019-04-03Refs #30302 -- Added more tests for forms.model_to_dict().belegnar
2019-04-03Added stub release notes for 2.2.1.Mariusz Felisiak
2019-04-03Fixed typo in django/db/models/query_utils.py comment.David Beitey
2019-04-02Fixed typo in docs/releases/2.2.txt.Alex Gaynor
2019-04-02Fixed typo in docs/ref/settings.txt.Mariusz Felisiak
2019-04-01Fixed #30259 -- Fixed crash of admin views when properties don't have admin_o...Mariusz Felisiak
2019-04-01Corrected date format in 2.2 release notes.Carlton Gibson
2019-04-01Updated contrib translations from Transifex.Claude Paroz
2019-04-01Updated core translations from TransifexClaude Paroz
2019-04-01Set release date in v2.2 release notes.Carlton Gibson
2019-04-01Updated man page for 2.2 final.Carlton Gibson
2019-04-01Used QuerySet.bulk_create() in lookup.tests.JangHyukJin
2019-03-30Fixed #30289 -- Prevented admin inlines for a ManyToManyField's implicit thro...Tim Graham
2019-03-30Added stub 2.1.8 release notes.Tim Graham
2019-03-30Made startapp/project's overlaying error message use 'app' or 'project'.oliver
2019-03-30Refs #29697 -- Added test for excluding m2m intermediary table.can
2019-03-30Refs #30278 -- Fixed link in cached_property docs.Tim Graham
2019-03-30Refs #30278 -- Doc'd behavior of del on an unaccessed cached_property.Matthew Schinckel