summaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Expand)Author
2018-06-28[2.1.x] Fixed #29458 -- Doc'd how related_query_name affects Model._meta.get_...Jeffrey Yancey
2018-06-15[2.1.x] Fixed #23869 -- Made ModelAdmin.get_deleted_objects() use has_delete_...Henk Kahlfuß
2018-06-12[2.1.x] Fixed #29452 -- Fixed makemessages setting charset of .pot files.Bartosz Grabski
2018-06-02[2.1.x] Fixed #29430 -- Clarified send_mail()'s fail_silently docs.Subhav Gautam
2018-06-01[2.1.x] Fixed #28462 -- Decreased memory usage with ModelAdmin.list_editable.Adam Donaghy
2018-05-26[2.1.x] Fixed #29415 -- Fixed detection of custom URL converters in included ...Xaroth Brook
2018-05-25[2.1.x] Fixed #29400 -- Fixed crash in custom template filters that use decor...Ryan Rubin
2018-05-20[2.1.x] Fixed #29421 -- Improved Romanian locale formatsBogdan Mateescu
2018-05-18[2.1.x] Fixed #29380 -- Added support for QuerySet.select_for_update()'s nowa...bakabiko
2018-05-10Fixed #27629 -- Added router.allow_relation() calls for assignments between u...Stefan R. Filipek
2018-05-10Fixed #21408 — German Translation for “3 days ago”Maximilian Merz
2018-05-05Fixed #28913 -- Fixed error handling when MIGRATIONS_MODULES specifies a none...Sanket Saurav
2018-04-12Fixed #29296 -- Fixed crashes in admindocs when a view is a callable object.Paul Donohue
2018-04-11Fixed #29193 -- Prevented unnecessary foreign key drops when altering a uniqu...Jeremy Bowman
2018-03-28Fixed #29258 -- Added type checking for login()'s backend argument.Abeer Upadhyay
2018-03-21Fixed #27533 -- Fixed inspectdb crash if a unique constraint uses an unsuppor...Michael Sinov
2018-03-20Fixed #28514 -- Clarifed docs about idempotence of RelatedManager.add().Jezeniel Zapanta
2018-03-15Fixed #29206 -- Fixed PasswordResetConfirmView crash when the URL contains a ...Mattia Procopio
2018-02-24Fixed #17962 -- Added ModelAdmin.get_deleted_objects().Becky Smith
2018-02-10Fixed #28960 -- Added GEOSGeometry.buffer_with_style().Stanislav Karpov
2018-02-06Fixed #29082 -- Allowed the test client to encode JSON request data.Nick Sarbicki
2018-02-03Fixed #8500 -- Allowed overriding the default admin site instance.Raffaele Salmaso
2018-01-31Fixed #29066 -- Allowed negating query expressions.priyanshsaxena
2018-01-27Fixed #29004 -- Added inspectdb --include-views option.bquinn
2018-01-24Fixed #28977 -- Changed local-memory cache to use LRU culling.Grant Jenks
2018-01-13Fixed #28761 -- Documented how an inline formset's prefix works.jaywelborn
2018-01-12Fixed #28885 -- Fixed hidden content at the bottom of the "The install worked...Himanshu Chauhan
2018-01-08Fixed #28869 -- Made tagged test classes and methods inherit tags from parents.Will Ayd
2017-12-22Fixed #28878 -- Added python_requires in setup.py and a warning for older pip...Zac-HD
2017-12-22Fixed #28937 -- Allowed BinaryField to be editable=True.Cameron Curry
2017-12-13Fixed #28898 -- Corrected admin check to allow a OneToOneField in ModelAdmin....Rodrigo Pinheiro Marques de Araújo
2017-10-25Fixed #28474 -- Made DurationField raise ValidationError for inputs that rais...Srinivas Reddy Thatiparthy
2017-10-21Fixed #28722 -- Made QuerySet.reverse() affect nulls_first/nulls_last.Tomer Chachamu
2017-10-20Fixed #28577 -- Added checks for ArrayField and JSONField to prevent mutable ...Flávio Juvenal
2017-10-20Fixed #27515 -- Made AuthenticationForm's username field use the max_length f...Lucas Connors
2017-09-21Fixed #28576 -- Added color interpretation method to GDALBand.Niall Dalton
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
2017-09-16Fixed #26818 -- Added responsive CSS for the admin.elky
2017-09-06Fixed #27318 -- Made cache.set_many() return the list of failed keys.Olivier Tabone
2017-09-03Fixed #28550 -- Restored contrib.auth's login() and logout() views' respect o...ZachLiuGIS
2017-09-02Fixed #28306 -- Completed test coverage for django.utils.lorem_ipsum.LBerrocal
2017-08-22Fixed #28451 -- Restored pre-Django 1.11 Oracle sequence/trigger naming.Kevin Grinberg
2017-08-12Fixed #28485 -- Made ExceptionReporter.get_traceback_frames() include frames ...Martin von Gagern
2017-08-10Fixed #28386 -- Made operations within non-atomic migrations honor the operat...Evan Grim
2017-08-07Fixed #28457 -- Updated the design of the 'Congrats' page for new Django proj...Timothy Allen
2017-07-21Fixed #28418 -- Fixed queryset crash when using a GenericRelation to a proxy ...Rachel Tobin
2017-06-19Fixed #27858 -- Prevented read-only management commands from creating the dja...Marti Raudsepp
2017-06-14Fixed #27998 -- Made ManyToManyField changes logged in admin's object history.Lincoln Smith
2017-06-14Fixed #24195 -- Deconstructed the limit_choices_to option of related fields.Adam Bogdał
2017-06-13Fixed #28071 -- Fixed {% extends %} origin history.John D'Ambrosio