summaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Expand)Author
2017-04-10[1.11.x] Fixed #27947 -- Doc'd that model Field.error_messages often don't pr...Taavi Teska
2017-03-25[1.11.x] Removed unexpected initial attribute in data migration examples.Stefano Rivera
2017-01-31[1.11.x] Fixed #27800 -- Fixed QuerySet.annotate(Length(...)).distinct() crash.Lex Berezhny
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
2016-11-14Fixed #27463 -- Fixed E741 flake8 warnings.Ramin Farajpour Cami
2016-11-07Fixed #27138 -- Restored pre-Python 3.6 behavior of localtime() and make_naiv...Joachim Jablon
2016-11-06Added Emmanuelle Delescolle to AUTHORS.Erik Romijn
2016-11-05Fixed #27346 -- Stopped setting the Content-Length header in ConditionalGetMi...Adam Malinowski
2016-09-29Fixed import typos in the docs.Frank Wiles
2016-08-31Fixed #20892 -- Allowed configuring memcached client using OPTIONS.Ed Morley
2016-08-25Fixed #27067 -- Deprecated string_concat() in favor of format_lazy().Mattias Loverot
2016-08-20Fixed #27018 -- Fixed admindocs crash with a view in a class.Helen Sherwood-Taylor
2016-08-19Fixed #22288 -- Fixed F() expressions with the __range lookup.Matthew Wilkes
2016-08-12Fixed #27007 -- Handled non-UTF-8 bytes objects for text/* attachments.Michael Schwarz
2016-08-10Fixed #26960 -- Added PasswordResetConfirmView option to automatically log in...jordij
2016-08-01Fixed #26976 -- Added LiveServerTestCase.server_thread_class to ease subclass...Chris Jerdonek
2016-07-15Fixed #26868 -- Changed MySQL version detection to use a query.Marc-Aurèle Brothier
2016-07-14Fixed #26804 -- Fixed a race condition in QuerySet.update_or_create().Jensen Cochran
2016-06-06Fixed #26707 -- Added QueryDict.fromkeys()wim glenn
2016-06-03Added Jack Moffitt to AUTHORS for 3df7266056.Corey Farwell
2016-06-02Fixed #26672 -- Fixed HStoreField to raise ValidationError instead of crashin...Brad Melin
2016-05-30Fixed #25044 -- Fixed migrations for renaming ManyToManyField's through model.Vytis Banaitis
2016-05-16Fixed #24305 -- Allowed overriding fields on abstract models.Aron Podrigal
2016-05-13Added David Sanders to AUTHORSDavid Sanders
2016-05-08Fixed #25945, #26292 -- Refactored MigrationLoader.build_graph()Jarek Glowacki
2016-05-06Fixed #25986 -- Fixed crash sending email with non-ASCII in local part of the...Sergei Maertens
2016-05-04Fixed #26558 -- Removed need for request context processor on admin login page.Dan Stephenson
2016-04-09Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.Jeremy Lainé
2016-04-03Fixed #24016 -- Added documentation about third-party app data migrationsrixx
2016-04-02Fixed #14131 -- Added note to docs about Pagination and large QuerysetsDaniel Jilg
2016-03-18Fixed #25658 -- Allowed inspectdb to inspect a specific set of tables.José Tomás Tocino
2016-03-15Fixed #25364 -- Added generic way to test on all browsers supported by selenium.Akshesh
2016-03-02Fixed #26304 -- Ignored unmanaged through model in table introspection.Matthew Schinckel
2016-02-26Fixed #21608 -- Prevented logged out sessions being resurrected by concurrent...Tore Lundqvist
2016-02-17Fixed #25735 -- Added support for test tags to DiscoverRunner.Jakub Paczkowski
2016-02-16Updated my entry in AUTHORS.F. Malina
2016-02-02Fixed #23971 -- Added "Has date"/"No date" choices for DateFieldListFilter.rynomster