summaryrefslogtreecommitdiff
path: root/AUTHORS
Commit message (Expand)AuthorAgeFilesLines
* [1.11.x] Fixed #29499 -- Fixed race condition in QuerySet.update_or_create().Michael Sanders2018-08-021-0/+1
* [1.11.x] Fixed #28462 -- Decreased memory usage with ModelAdmin.list_editable.Adam Donaghy2018-06-071-0/+1
* [1.11.x] Fixed #29296 -- Fixed crashes in admindocs when a view is a callable...Paul Donohue2018-04-121-0/+1
* [1.11.x] Fixed #29193 -- Prevented unnecessary foreign key drops when alterin...Jeremy Bowman2018-04-111-0/+1
* [1.11.x] Fixed #28722 -- Made QuerySet.reverse() affect nulls_first/nulls_last.Tomer Chachamu2017-10-211-0/+1
* [1.11.x] Fixed #28550 -- Restored contrib.auth's login() and logout() views' ...Zach Liu2017-09-031-0/+1
* [1.11.x] Fixed #26522 -- Fixed a nondeterministic AssertionError in QuerySet ...Bo Marchman2017-09-011-0/+1
* [1.11.x] Fixed #27998, #28543 -- Restored logging of ManyToManyField changes ...Tim Graham2017-08-311-0/+1
* [1.11.x] Fixed #28418 -- Fixed queryset crash when using a GenericRelation to...Rachel Tobin2017-07-211-0/+1
* [1.11.x] Pointed Dive into Python links to python3 siteMichiel Beijen2017-05-201-2/+1
* [1.11.x] Fixed #27947 -- Doc'd that model Field.error_messages often don't pr...Taavi Teska2017-04-101-0/+1
* [1.11.x] Removed unexpected initial attribute in data migration examples.Stefano Rivera2017-03-251-0/+1
* [1.11.x] Fixed #27800 -- Fixed QuerySet.annotate(Length(...)).distinct() crash.Lex Berezhny2017-01-311-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
* Fixed #26976 -- Added LiveServerTestCase.server_thread_class to ease subclass...Chris Jerdonek2016-08-011-0/+1
* Fixed #26868 -- Changed MySQL version detection to use a query.Marc-Aurèle Brothier2016-07-151-0/+1
* Fixed #26804 -- Fixed a race condition in QuerySet.update_or_create().Jensen Cochran2016-07-141-0/+1
* Fixed #26707 -- Added QueryDict.fromkeys()wim glenn2016-06-061-0/+1
* Added Jack Moffitt to AUTHORS for 3df7266056.Corey Farwell2016-06-031-0/+1
* Fixed #26672 -- Fixed HStoreField to raise ValidationError instead of crashin...Brad Melin2016-06-021-0/+1
* Fixed #25044 -- Fixed migrations for renaming ManyToManyField's through model.Vytis Banaitis2016-05-301-0/+1
* Fixed #24305 -- Allowed overriding fields on abstract models.Aron Podrigal2016-05-161-0/+1
* Added David Sanders to AUTHORSDavid Sanders2016-05-131-0/+1
* Fixed #25945, #26292 -- Refactored MigrationLoader.build_graph()Jarek Glowacki2016-05-081-0/+1
* Fixed #25986 -- Fixed crash sending email with non-ASCII in local part of the...Sergei Maertens2016-05-061-0/+1
* Fixed #26558 -- Removed need for request context processor on admin login page.Dan Stephenson2016-05-041-0/+1