summaryrefslogtreecommitdiff
path: root/AUTHORS
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed #26522 -- Fixed a nondeterministic AssertionError in QuerySet combining.Bo Marchman2017-03-061-0/+1
* Fixed #27879 -- Fixed crash if enclosures aren't provided to Atom1Feed.add_it...Pavlo Kapyshin2017-02-241-0/+1
* Fixed #26551 -- Fixed negated Q() queries that span relations.François Freitag2017-02-091-0/+1
* Fixed #27767 -- Added distinct argument to ArrayAgg.orf2017-02-041-0/+1
* Fixed alphabetization of Tom's in AUTHORS.Tim Graham2017-02-041-3/+3
* Fixed #27800 -- Fixed QuerySet.annotate(Length(...)).distinct() crash.Lex Berezhny2017-01-311-0/+1
* Fixed #26993 -- Increased User.last_name max_length to 150 characters.Thom Wiggers2017-01-281-0/+1
* Fixed #25809 -- Added BrinIndex support in django.contrib.postgres.Mads Jensen2017-01-151-0/+1
* Fixed #27518 -- Prevented possibie password reset token leak via HTTP Referer...Romain Garrigues2017-01-131-0/+1
* Fixed #27673 -- Made admin's checks run at check time instead of during regis...Adam Chainz2017-01-101-0/+1
* Fixed #27432 -- Made app_label arguments limit showmigrations --plan output.Sebastian Spiegel2017-01-061-0/+1
* Fixed #25912 -- Added binary left/right shift operators to F expressions.anabelensc2017-01-031-0/+1
* Fixed #27653 -- Added Ukrainian locale formats.Illia Volochii2016-12-291-0/+1
* Fixed #27628 -- Fixed unarchiving a file without permission data.Anton Samarchyan2016-12-281-0/+1
* Fixed #27370 -- Prevented Select widget from using 'required' with a non-empt...Josef Rousek2016-12-281-0/+1
* Fixed #27647 -- Fixed Windows segmentation fault in runserver autoreload.Aleksi Häkli2016-12-281-0/+1
* Fixed #27377 -- Clarified that prepopulated_fields doesn't work with OneToOne...Henry Dang2016-12-191-0/+1
* Fixed #17002 -- Allowed using a ManyToManyField through model that inherits a...InvalidInterrupt2016-12-071-0/+1
* Refs #27546 -- Tested some __repr__() methods.Keda872016-12-011-0/+1
* Refs #27003 -- Fixed SimpleArrayField crash on converted values.Brandon Chinn2016-11-151-0/+1
* Fixed #26985 -- Doc'd that ForeignKey.to_field reference must be unique.Jonatas CD2016-11-151-0/+1
* Fixed #27463 -- Fixed E741 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+1
* Fixed #27138 -- Restored pre-Python 3.6 behavior of localtime() and make_naiv...Joachim Jablon2016-11-071-0/+1
* Added Emmanuelle Delescolle to AUTHORS.Erik Romijn2016-11-061-0/+1
* Fixed #27346 -- Stopped setting the Content-Length header in ConditionalGetMi...Adam Malinowski2016-11-051-0/+1
* Fixed import typos in the docs.Frank Wiles2016-09-291-0/+1
* Fixed #20892 -- Allowed configuring memcached client using OPTIONS.Ed Morley2016-08-311-0/+1
* Fixed #27067 -- Deprecated string_concat() in favor of format_lazy().Mattias Loverot2016-08-251-0/+1
* Fixed #27018 -- Fixed admindocs crash with a view in a class.Helen Sherwood-Taylor2016-08-201-0/+1
* Fixed #22288 -- Fixed F() expressions with the __range lookup.Matthew Wilkes2016-08-191-0/+1
* Fixed #27007 -- Handled non-UTF-8 bytes objects for text/* attachments.Michael Schwarz2016-08-121-0/+1
* Fixed #26960 -- Added PasswordResetConfirmView option to automatically log in...jordij2016-08-101-0/+1