summaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Expand)Author
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
2015-07-02Fixed #24997 -- Enabled bulk_create() on proxy modelsWilliam Schwartz
2015-06-22Fixed #25009 -- Allowed User.objects.create_user(...,is_staff=True) to work.Francisco Albarran
2015-06-18Fixed #24834 -- Fixed get_current_site() when Host header contains port.Nick Pope
2015-06-17Fixed #24914 -- Added authentication mixins for CBVsMarkus Holtermann
2015-06-17Refs #9619 -- Added a test that Field.from_db_value() is called on QuerySet.v...JensDiemer
2015-06-10Added Sutrisno Efendi to AUTHORS.Sutrisno Efendi
2015-06-09Added myself to AUTHORSgirishkumarkh
2015-06-06Added Markus Amalthea Magnuson to AUTHORS.Markus Amalthea Magnuson
2015-06-04Fixed #24159 -- Made compilemessages run across all apps.Matthew Somerville
2015-05-30Fixed #24846 -- Added support to MySQL SchemaEditor for all blob/text data typesAdam Chainz
2015-05-19Added myself to AUTHORSRiccardo Magliocchetti
2015-05-16Fixed #24774 -- Made contrib.site's Site.domain field uniquePiotr Jakimiak
2015-04-24Fixed #24656 -- Added missing imports to query expressions doc.Nicolas Noé
2015-04-20Fixed #22394 -- Refactored built-in datetime lookups to transforms.Jon Dufresne