summaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Expand)Author
2018-01-13[2.0.x] Fixed #28761 -- Documented how an inline formset's prefix works.jaywelborn
2018-01-12[2.0.x] Fixed #28885 -- Fixed hidden content at the bottom of the "The instal...Himanshu Chauhan
2017-12-22[2.0.x] Fixed #28878 -- Added python_requires in setup.py and a warning for o...Zac-HD
2017-12-12[2.0.x] Fixed #28898 -- Corrected admin check to allow a OneToOneField in Mod...Rodrigo Pinheiro Marques de Araújo
2017-10-21[2.0.x] Fixed #28722 -- Made QuerySet.reverse() affect nulls_first/nulls_last.Tomer Chachamu
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
2017-05-26Fixed #27978 -- Allowed loaddata to read data from stdin.Pavel Kulikov
2017-05-20Pointed Dive into Python links to python3 siteMichiel Beijen
2017-05-09Fixed #28081 -- Stopped setting Content-Length=0 in conditional_content_remov...João Silva
2017-04-24Fixed #28120 -- Checked that CharField.max_length is not a boolean.Carles Pina Estany
2017-04-14Fixed #28008 -- Replaced getElementsByClassName() JavaScript in debug view te...Abhishek Gautam
2017-04-10Fixed #27947 -- Doc'd that model Field.error_messages often don't propagate t...Taavi Teska
2017-04-07Fixed #27777 -- Made File.open() work with the with statement (#8310)Ingo Klöcker
2017-03-31Fixed #27359 -- Made Engine.get_default() return the first DjangoTemplates en...Carlton Gibson
2017-03-25Removed unexpected initial attribute in data migration examples.Stefano Rivera
2017-03-06Fixed #26522 -- Fixed a nondeterministic AssertionError in QuerySet combining.Bo Marchman
2017-02-24Fixed #27879 -- Fixed crash if enclosures aren't provided to Atom1Feed.add_it...Pavlo Kapyshin
2017-02-09Fixed #26551 -- Fixed negated Q() queries that span relations.François Freitag
2017-02-04Fixed #27767 -- Added distinct argument to ArrayAgg.orf
2017-02-04Fixed alphabetization of Tom's in AUTHORS.Tim Graham
2017-01-31Fixed #27800 -- Fixed QuerySet.annotate(Length(...)).distinct() crash.Lex Berezhny
2017-01-28Fixed #26993 -- Increased User.last_name max_length to 150 characters.Thom Wiggers
2017-01-15Fixed #25809 -- Added BrinIndex support in django.contrib.postgres.Mads Jensen
2017-01-13Fixed #27518 -- Prevented possibie password reset token leak via HTTP Referer...Romain Garrigues
2017-01-10Fixed #27673 -- Made admin's checks run at check time instead of during regis...Adam Chainz
2017-01-06Fixed #27432 -- Made app_label arguments limit showmigrations --plan output.Sebastian Spiegel
2017-01-03Fixed #25912 -- Added binary left/right shift operators to F expressions.anabelensc
2016-12-29Fixed #27653 -- Added Ukrainian locale formats.Illia Volochii
2016-12-28Fixed #27628 -- Fixed unarchiving a file without permission data.Anton Samarchyan
2016-12-28Fixed #27370 -- Prevented Select widget from using 'required' with a non-empt...Josef Rousek
2016-12-28Fixed #27647 -- Fixed Windows segmentation fault in runserver autoreload.Aleksi Häkli
2016-12-19Fixed #27377 -- Clarified that prepopulated_fields doesn't work with OneToOne...Henry Dang
2016-12-07Fixed #17002 -- Allowed using a ManyToManyField through model that inherits a...InvalidInterrupt
2016-12-01Refs #27546 -- Tested some __repr__() methods.Keda87
2016-11-15Refs #27003 -- Fixed SimpleArrayField crash on converted values.Brandon Chinn
2016-11-15Fixed #26985 -- Doc'd that ForeignKey.to_field reference must be unique.Jonatas CD