summaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Expand)Author
2025-10-27[5.2.x] Fixed #36681 -- Removed English pluralization bias from example in do...Kasyap Pentamaraju
2025-10-23[5.2.x] Fixed #35095 -- Clarified Swiss number formatting in docs/topics/i18n...Annabelle Wiegart
2025-09-29[5.2.x] Fixed #36587 -- Clarified usage of `list.insert()` for upload handlers.okaybro
2025-06-02[5.2.x] Fixed #36423 -- Prevented filter_horizontal buttons from intercepting...Blayze
2025-05-19[5.2.x] Fixed #36388 -- Made QuerySet.union() return self when called with no...Colleen Dunlap
2025-03-10[5.2.x] Fixed #36066 -- Documented that Q objects can be used directly in ann...samruddhiDharankar
2025-02-17[5.2.x] Fixed #36191 -- Truncated the overwritten file content in FileSystemS...Gaël Utard
2025-02-06[5.2.x] Fixed #36061 -- Added migration support for ManyToManyField.through_f...brian
2025-01-30[5.2.x] Fixed #36155 -- Improved error handling when annotate arguments requi...Vinko Mlačić
2025-01-27[5.2.x] Fixed #36109 -- Fixed RecursionError when stacking FilteredRelation j...Peter DeVita
2025-01-23[5.2.x] Fixed #36013 -- Removed use of IDNA-2003 in django.utils.html.Mike Edmunds
2024-12-17Added Chiemezuo to AUTHORS.Chiemezuo
2024-12-11Fixed #25582 -- Added support for query and fragment to django.urls.reverse().Ben Cardy
2024-11-06Fixed #35849 -- Made ParallelTestSuite report correct error location.David Winiecki
2024-09-17Fixed #29522 -- Refactored the Deserializer functions to classes.Amir Karimi
2024-09-13Fixed #35754 -- Mapped full-width characters in latex to half-width.khanxmetu
2024-08-02Fixed #35601 -- Added TelInput widget.lucasesposito
2024-08-02Fixed #35599 -- Added ColorInput widget.arjunomray
2024-08-01Refs #373 -- Added tuple lookups.Bendeguz Csirmaz
2024-07-31Fixed #35598 -- Added SearchInput widget.Jeremy Thompson
2024-07-18Fixed #35606, Refs #34045 -- Fixed rendering of ModelAdmin.action_checkbox fo...Hisham Mahmood
2024-07-01Fixed #23790 -- Warned about renaming AppConfig.label in docs/ref/application...Andrew Miller
2024-06-27Fixed #22712 -- Avoided name shadowing of "all" in django.contrib.staticfiles...Andreu Vallbona
2024-06-13Fixed #35417 -- Updated BaseContext.new() with values to create a context tha...George Y. Kussumoto
2024-04-12Corrected alphabetical order of latest author added to AUTHORS.nessita
2024-04-11Corrected description of list_display being a list in tutorial 7.Aleksander Milinkevich
2024-04-01Fixed #35344, Refs #34838 -- Corrected output_field of resolved columns for G...Johannes Westphal
2024-03-04Fixed #35265 -- Added AdminSite tests for changing titles.Kasun Herath
2024-02-20Fixed #23759 -- Preserved all file extensions in Storage.get_available_name().Adam Zapletal
2024-02-20Fixed #34429 -- Allowed setting unusable passwords for users in the auth forms.Fabian Braun
2024-02-19Updated my entry in AUTHORS.Erin Kelly
2024-02-16Fixed #24018 -- Allowed setting pragma options on SQLite.Aaron Linville
2024-02-15Fixed #33037 -- Fixed Trunc() with offset timezones on MySQL, SQLite, Oracle.Shafiya Adzhani
2024-02-05Fixed #10743 -- Allowed lookups for related fields in ModelAdmin.list_display.Tom Carrick
2024-01-31Fixed #35143 -- Improved accessibility of 404/500 debug pages.Marijke Luttekes
2024-01-30Fixed #29280 -- Made the transactions behavior configurable on SQLite.Anže Pečar
2024-01-20Updated "Dive Into Python" links.Emmanuel Katchy
2024-01-10Fixed #28404 -- Made displaying values in admin respect Field's empty_values.Alexander Lazarević
2023-11-23Fixed #26827 -- Improved ModelState error message when relations refer model ...Prashant Pandey
2023-11-02Fixed #34927 -- Fixed admin system check for inlines with foreign keys to pro...Antoine Cheneau
2023-10-02Fixed #32602 -- Clarified wording of TestCase class.faishalmanzar
2023-09-29Refs #34657 -- Made assertInHTML() use unparsed needle in error messages.Chinmoy Chakraborty
2023-09-26Fixed #34835 -- Made admin's changelist filters render in <nav> tag.lstaana
2023-09-22Fixed #34858 -- Corrected resolving output_field for PositiveIntegerField.toan
2023-09-15Fixed #34832 -- Made admin's header content render in <header> tag.Sarah Abderemane
2023-09-11Fixed #34642 -- Added File.open() support for *args and **kwargs.Yves Weissig
2023-09-09Fixed #34820 -- Fixed migrations crash when changing a ForeignObject field.donghao
2023-09-08Fixed #34816 -- Fixed GenericForeignKey crash when checking cache for primary...Oguzhan Akan
2023-09-07Fixed #34791 -- Fixed incorrect Prefetch()'s cache for singly related objects.Maxime Toussaint
2023-09-04Added tell-k to AUTHORS.tell-k