summaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Expand)Author
2016-11-15[1.10.x] Fixed #26985 -- Doc'd that ForeignKey.to_field reference must be uni...Jonatas CD
2016-09-29[1.10.x] Fixed import typos in the docs.Frank Wiles
2016-08-20[1.10.x] Fixed #27018 -- Fixed admindocs crash with a view in a class.Helen Sherwood-Taylor
2016-07-15[1.10.x] Fixed #26868 -- Changed MySQL version detection to use a query.Marc-Aurèle Brothier
2016-06-02[1.10.x] Fixed #26672 -- Fixed HStoreField to raise ValidationError instead o...Brad Melin
2016-05-30[1.10.x] Fixed #25044 -- Fixed migrations for renaming ManyToManyField's thro...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
2016-02-01Fixed #7923 -- Added links to objects displayed by ModelAdmin.raw_id_fields.Hugo Osvaldo Barrera
2016-01-27Fixed #26136 -- Removed URL reversing by dotted path from JavaScript catalog ...Yoong Kang Lim
2016-01-18Fixed typo in docs/index.txt.auvipy
2016-01-07Fixed #24855 -- Allowed using contrib.auth.login() without credentials.Paulo Poiati
2016-01-06Fixed #26035 -- Prevented user-tools from appearing on admin logout page.Scott Pashley
2015-12-18Added Sergey Fedoseev to AUTHORSClaude Paroz
2015-12-12Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy().Iacopo Spalletti
2015-11-28Fixed #25812 -- Restored the ability to use custom formats with the date temp...Gagaro
2015-11-09Fixed #25170 -- Made assertXMLEqual()/assertXMLNotEqual() ignore leading and ...Mattia Larentis
2015-11-07Fixed #25473 -- Changed underscores in url() names to dashes in docs.Thijs van Dien
2015-10-27Updated my email address in AUTHORS.Chris Lamb
2015-10-21Removed duplicated entry from AUTHORS.Sergey Fedoseev
2015-10-21Fixed #25578 -- Corrected the casing of "GitHub".Yusuke Miyazaki
2015-10-07Added myself to AUTHORS.Jonas Haag
2015-10-06Fixed #25503 -- Fixed system check crash on ForeignKey to abstract model.Mariusz Felisiak
2015-10-02Fixed #25481 -- Added field.help_text to "Looping over a form's fields" docs.John Moses
2015-09-21Fixed #15760 -- Added JavaScript events for admin inline forms.ramez
2015-09-18Fixed #24944 -- Added extra_email_context parameter to password_reset() view.sujayskumar
2015-08-31Fixed #25259 -- Added comments to header of generated migration filesTyson Clugg
2015-08-27Fixed #22634 -- Made the database-backed session backends more extensible.Sergey Kolosov
2015-08-25Fixed #14217 -- Added validation for field name collision when using model in...sarthakmeh
2015-08-24Fixed #25302 -- Prevented BrokenLinkEmailsMiddleware from reporting 404s when...Maxime Lorant
2015-08-24Fixed #23727 -- Inhibited the post_migrate signal when using serialized_rollb...Tommy Beadle
2015-08-15Fixed #24986 -- Added support for annotations in DISTINCT queries.Valentina Mukhamedzhanova
2015-08-11Fixed #25205 -- Removed doc references to deprecated GeoManager class.Brendan Hayward
2015-07-21Added Chris Jones and Kenneth Love to AUTHORS.Kenneth Love
2015-07-13Fixed #24375 -- Added Migration.initial attributeAndrei Kulakov
2015-07-03Fixed #23190 -- Made Paginator.page_range an iteratorRigel Di Scala
2015-07-02Fixed #25029 -- Added PersistentRemoteUserMiddleware for login-page-only exte...Jan Pazdziora