summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-03[4.2.x] Bumped version for 4.2 release.4.2Mariusz Felisiak
2023-04-03[4.2.x] Finalized release notes for Django 4.2.Mariusz Felisiak
2023-04-03[4.2.x] Updated man page for Django 4.2 final.Mariusz Felisiak
2023-04-03[4.2.x] Updated asgiref dependency for 4.2 release series.Mariusz Felisiak
2023-04-03[4.2.x] Updated translations from Transifex.Mariusz Felisiak
2023-04-03[4.2.x] Fixed #34431 -- Improved Date/DateTimeField/TimeField.input_formats d...Edison Wang
2023-04-03[4.2.x] Prevented PostgreSQL's DatabaseCreation._execute_create_test_db() fro...Tim Graham
2023-04-02[4.2.x] Updated Transifex configuration for new CLI.Mariusz Felisiak
2023-03-30[4.2.x] Fixed #34446 -- Removed unneeded and incorrect example in coding styl...JiriKr
2023-03-29[4.2.x] Refs #34383 -- Corrected margins in admin fieldsets with multiple fie...Mariusz Felisiak
2023-03-29[4.2.x] Bumped versions in pre-commit and npm configurations.Mariusz Felisiak
2023-03-29[4.2.x] Fixed overindentation of AdminURLFieldWidget.Tim Graham
2023-03-28[4.2.x] Fixed #34443 -- Fixed filtering by transforms on reverse relations.Mariusz Felisiak
2023-03-28[4.2.x] Refs #29799 -- Added field instance lookups to suggestions in FieldEr...Mariusz Felisiak
2023-03-28[4.2.x] Fixed #34438 -- Reallowed extending UserCreationForm.Gary Jarrel
2023-03-28[4.2.x] Fixed #34383 -- Fixed layout of admin fieldsets with multiple fields ...Tom Carrick
2023-03-24[4.2.x] Refs #34316 -- Fixed layout of admin password change forms and help t...Mariusz Felisiak
2023-03-24[4.2.x] Fixed typos in docs/ref/forms/renderers.txt.Mariusz Felisiak
2023-03-24[4.2.x] Added Django Forum to mailing lists page.Carlton Gibson
2023-03-23[4.2.x] Refs #34316 -- Fixed displaying error lists in admin password change ...Mariusz Felisiak
2023-03-23[4.2.x] Refs #33781 -- Restored alignment for admin split-field timezone warn...Mariusz Felisiak
2023-03-22[4.2.x] Fixed #34409 -- Doc'd limitation of dictfetchall() and namedtuplefetc...Jesper Olsson
2023-03-22[4.2.x] Doc'd use of asgiref.sync adapters with sensitive variables.Carlton Gibson
2023-03-22[4.2.x] Fixed typo in docs/topics/class-based-views/mixins.txt.amirsoroush
2023-03-21[4.2.x] Fixed #34428 -- Made ASGIStaticFilesHandler adapt response to async i...Carlton Gibson
2023-03-20[4.2.x] Bumped version for 4.2 release candidate 1.4.2rc1Mariusz Felisiak
2023-03-20[4.2.x] Updated source translation catalogs.Mariusz Felisiak
2023-03-18[4.2.x] Fixed #34322 -- Made ES module support to ManifestStaticFilesStorage ...Mariusz Felisiak
2023-03-16[4.2.x] Fixed #34404 -- Clarified how FileResponse set Content-Type header.Ayush Bisht
2023-03-13[4.2.x] Refs #32355 -- Bumped required version of sqlparse in setup.cfg.Mariusz Felisiak
2023-03-12[4.2.x] Corrected example in CreateCollation() docs.Adam Johnson
2023-03-09[4.2.x] Doc'd that action descriptions are %-formatted.Mariusz Felisiak
2023-03-09[4.2.x] Fixed #34395 -- Updated admin's jQuery to 3.6.4.Mariusz Felisiak
2023-03-08[4.2.x] Fixed #34384 -- Fixed session validation when rotation secret keys.David Wobrock
2023-03-07[4.2.x] Refs #31626 -- Noted that Daphne provides a runserver command.Carlton Gibson
2023-03-06[4.2.x] Added stub release notes for 4.1.8.Mariusz Felisiak
2023-03-06[4.2.x] Fixed #34386 -- Made SMTP backend load default system root CA certifi...Dmitriy Sintsov
2023-03-01[4.2.x] Doc'd that django.setup() is called under ASGI.Adam Johnson
2023-03-01[4.2.x] Fixed #34367 -- Updated instructions for installing GeoDjango on Wind...Heath Henley
2023-03-01[4.2.x] Ignored 62510f01e76ad0526c94ea6d1bc6399c1ddf3df4 formatting changes i...Mariusz Felisiak
2023-03-01[4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-03-01[4.2.x] Refs #34140 -- Added configurations to run blacken-docs linter and ad...Mariusz Felisiak
2023-03-01[4.2.x] Refs #34140 -- Made minor edits to rst code-blocks.Mariusz Felisiak
2023-02-28[4.2.x] Ignored 5bdd6223a24b2bcd0ee32251d6f3ce20e934a1dd formatting changes i...Mariusz Felisiak
2023-02-28[4.2.x] Refs #34140 -- Corrected rst code-block and various formatting issues...Joseph Victor Zammit
2023-02-28[4.2.x] Refs #34320 -- Added skipIf for a test requiring check constraints.Tim Graham
2023-02-27[4.2.x] Fixed #34368 -- Made subquery raise NotSupportedError when referencin...Simon Charette
2023-02-27[4.2.x] Fixed #34372 -- Fixed queryset crash on order by aggregation using Or...Simon Charette
2023-02-24[4.2.x] Doc'd that Meta.indexes is preferred to Field.db_index.Adam Johnson
2023-02-22[4.2.x] Fixed #34363 -- Fixed floatformat crash on zero with trailing zeros.Panagiotis H.M. Issaris