summaryrefslogtreecommitdiff
path: root/AUTHORS
Commit message (Expand)AuthorAgeFilesLines
* Fixed #27629 -- Added router.allow_relation() calls for assignments between u...Stefan R. Filipek2018-05-101-0/+1
* Fixed #21408 — German Translation for “3 days ago”Maximilian Merz2018-05-101-0/+1
* Fixed #28913 -- Fixed error handling when MIGRATIONS_MODULES specifies a none...Sanket Saurav2018-05-051-0/+1
* Fixed #29296 -- Fixed crashes in admindocs when a view is a callable object.Paul Donohue2018-04-121-0/+1
* Fixed #29193 -- Prevented unnecessary foreign key drops when altering a uniqu...Jeremy Bowman2018-04-111-0/+1
* Fixed #29258 -- Added type checking for login()'s backend argument.Abeer Upadhyay2018-03-281-0/+1
* Fixed #27533 -- Fixed inspectdb crash if a unique constraint uses an unsuppor...Michael Sinov2018-03-211-0/+1
* Fixed #28514 -- Clarifed docs about idempotence of RelatedManager.add().Jezeniel Zapanta2018-03-201-0/+1
* Fixed #29206 -- Fixed PasswordResetConfirmView crash when the URL contains a ...Mattia Procopio2018-03-151-0/+1
* Fixed #17962 -- Added ModelAdmin.get_deleted_objects().Becky Smith2018-02-241-0/+1
* Fixed #28960 -- Added GEOSGeometry.buffer_with_style().Stanislav Karpov2018-02-101-0/+1
* Fixed #29082 -- Allowed the test client to encode JSON request data.Nick Sarbicki2018-02-061-0/+1
* Fixed #8500 -- Allowed overriding the default admin site instance.Raffaele Salmaso2018-02-031-0/+1
* Fixed #29066 -- Allowed negating query expressions.priyanshsaxena2018-01-311-0/+1
* Fixed #29004 -- Added inspectdb --include-views option.bquinn2018-01-271-0/+1
* Fixed #28977 -- Changed local-memory cache to use LRU culling.Grant Jenks2018-01-241-0/+1
* Fixed #28761 -- Documented how an inline formset's prefix works.jaywelborn2018-01-131-0/+1
* Fixed #28885 -- Fixed hidden content at the bottom of the "The install worked...Himanshu Chauhan2018-01-121-0/+1
* Fixed #28869 -- Made tagged test classes and methods inherit tags from parents.Will Ayd2018-01-081-0/+1
* Fixed #28878 -- Added python_requires in setup.py and a warning for older pip...Zac-HD2017-12-221-0/+1
* Fixed #28937 -- Allowed BinaryField to be editable=True.Cameron Curry2017-12-221-0/+1
* Fixed #28898 -- Corrected admin check to allow a OneToOneField in ModelAdmin....Rodrigo Pinheiro Marques de Araújo2017-12-131-0/+1
* Fixed #28474 -- Made DurationField raise ValidationError for inputs that rais...Srinivas Reddy Thatiparthy2017-10-251-0/+1
* Fixed #28722 -- Made QuerySet.reverse() affect nulls_first/nulls_last.Tomer Chachamu2017-10-211-0/+1
* Fixed #28577 -- Added checks for ArrayField and JSONField to prevent mutable ...Flávio Juvenal2017-10-201-0/+1
* Fixed #27515 -- Made AuthenticationForm's username field use the max_length f...Lucas Connors2017-10-201-0/+1
* Fixed #28576 -- Added color interpretation method to GDALBand.Niall Dalton2017-09-211-0/+1
* Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus2017-09-201-0/+1
* Fixed #26818 -- Added responsive CSS for the admin.elky2017-09-161-0/+1
* Fixed #27318 -- Made cache.set_many() return the list of failed keys.Olivier Tabone2017-09-061-0/+1
* Fixed #28550 -- Restored contrib.auth's login() and logout() views' respect o...ZachLiuGIS2017-09-031-0/+1
* Fixed #28306 -- Completed test coverage for django.utils.lorem_ipsum.LBerrocal2017-09-021-0/+2
* Fixed #28451 -- Restored pre-Django 1.11 Oracle sequence/trigger naming.Kevin Grinberg2017-08-221-0/+1
* Fixed #28485 -- Made ExceptionReporter.get_traceback_frames() include frames ...Martin von Gagern2017-08-121-0/+1
* Fixed #28386 -- Made operations within non-atomic migrations honor the operat...Evan Grim2017-08-101-0/+1
* Fixed #28457 -- Updated the design of the 'Congrats' page for new Django proj...Timothy Allen2017-08-071-0/+2
* Fixed #28418 -- Fixed queryset crash when using a GenericRelation to a proxy ...Rachel Tobin2017-07-211-0/+1
* Fixed #27858 -- Prevented read-only management commands from creating the dja...Marti Raudsepp2017-06-191-0/+1
* Fixed #27998 -- Made ManyToManyField changes logged in admin's object history.Lincoln Smith2017-06-141-0/+1
* Fixed #24195 -- Deconstructed the limit_choices_to option of related fields.Adam Bogdał2017-06-141-0/+1
* Fixed #28071 -- Fixed {% extends %} origin history.John D'Ambrosio2017-06-131-0/+1
* Fixed #27978 -- Allowed loaddata to read data from stdin.Pavel Kulikov2017-05-261-0/+1
* Pointed Dive into Python links to python3 siteMichiel Beijen2017-05-201-2/+1
* Fixed #28081 -- Stopped setting Content-Length=0 in conditional_content_remov...João Silva2017-05-091-0/+1
* Fixed #28120 -- Checked that CharField.max_length is not a boolean.Carles Pina Estany2017-04-241-0/+1
* Fixed #28008 -- Replaced getElementsByClassName() JavaScript in debug view te...Abhishek Gautam2017-04-141-0/+1
* Fixed #27947 -- Doc'd that model Field.error_messages often don't propagate t...Taavi Teska2017-04-101-0/+1
* Fixed #27777 -- Made File.open() work with the with statement (#8310)Ingo Klöcker2017-04-071-0/+1
* Fixed #27359 -- Made Engine.get_default() return the first DjangoTemplates en...Carlton Gibson2017-03-311-0/+1
* Removed unexpected initial attribute in data migration examples.Stefano Rivera2017-03-251-0/+1