summaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Expand)Author
2014-08-30[1.7.x] Fixed #23370 -- defer() + select_related() crashed with inherited mod...Akis Kesoglou
2014-08-19[1.7.x] Fixed #23316 -- Added datetime.time serialization in migrations.Lee Sanghyuck
2014-07-23[1.7.x] Fixed #23078 -- Regression in update_contenttypes() interactivity.Nick Sandford
2014-07-02[1.7.x] Fixed #22940 -- Added missing string iterpolation parameters in migra...Colin Wood
2014-06-12[1.7.x] Fixed #22349 -- Added a note clarifying `RawQuerySet` has no `__len__`.Moayad Mardini
2014-06-10[1.7.x] Fixed #22801 -- Added 'www.' to diveintopython.net linksMaxime Turcotte
2014-05-10[1.7.x] Fixed #22502 -- Fixed microseconds/default/form interactionStephen Burrows
2014-04-13[1.7.x] Fixed #21760 -- prefetch_related used an inefficient query for revers...valtron
2014-03-14Fixed #22001 -- Ensure db_type is respected.Marc Tamlyn
2014-03-05Fixed #22206 -- Passed models.TextField.max_length to forms.CharField.maxlengthChris Wilson
2014-03-01Fixed #22172 -- Allowed index_together to be a single list (rather than list ...Anubhav Joshi
2014-02-15Fixed #22002 -- Documented avoiding database interaction in AppConfig.ready().Zbigniew Siciarz
2014-02-15Fixed #19299 -- Fixed Nullification of Foreign Keys To CharFieldsAlbert Wang
2014-02-11Fixed #2445 -- Allowed limit_choices_to attribute to be a callable.Christopher Adams
2014-02-08Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...Berker Peksag
2014-01-25Added ticket #14007 contributors to AUTHORSMark Sandstrom
2013-11-24Fixed #21497 -- Forced conversion to bytes for very long index namesJoel Bohman
2013-11-22Fixed #21460 -- Reenabled proper template precedence in find_templatePablo Martín
2013-11-02Fixed #9523 -- Restart runserver after translation MO files changeBouke Haarsma
2013-10-30Fixed #9722 - used pyinotify as change detection system when availableUnai Zalakain
2013-10-14Fixed #20910 -- Added a "snippet" sphinx directive to allow prefixing a filen...M Nasimul Haque
2013-10-14Fixed #20962 -- Documented that template tag render() may raise exceptions.Bouke Haarsma
2013-10-14Fixed #18866 -- added validation error for verbose_name longer than 39 charac...joaoxsouls
2013-10-05Fixed #21161 -- Timezone-related tests on Windows.Aymeric Augustin
2013-09-30Add myself to authors fileDan Johnson
2013-09-28Fixed #20931 -- Fixed select widgets nested choice renderingChristopher Babiak
2013-09-17Fixed #21112 -- Make sure sitemaps with no lastmod date work correctly.Simon Charette
2013-09-16Fixed #17627 -- Renamed util.py files to utils.pyTim Graham
2013-09-09Add myself to authors fileCurtis Maloney
2013-09-07Fixed #21013 -- Ensure that ModelAdmin.get_queryset is considered for the adm...Juan Catalano
2013-09-07adding myself to authors fileGarry Polley
2013-09-07Fixed #20836 -- Ensure that the ForeignKey's to_field attribute is properly c...Julien Phalip
2013-09-06Fixed #20007 -- Configured psycopg2 to return UnicodeArraysEric Boersma
2013-09-06Merge pull request #1566 from adamsc64/ticket_11857Russell Keith-Magee
2013-09-06Added Christopher Adams to the AUTHORS file.Christopher Adams
2013-09-06Merge pull request #1581 from mburst/patch-1Tim Graham
2013-09-06Merge pull request #1582 from rca/12756-missing-yaml-module-serializer-error-...Russell Keith-Magee
2013-09-06Cleanup commit after peer review.Roberto Aguilar
2013-09-06Added name to AUTHORS (per Russell Keith-Magee)Roberto Aguilar
2013-09-06Added myself to the contributors list.Max Burstein
2013-09-06Merge pull request #1579 from ianawilson/ticket_21058Russell Keith-Magee
2013-09-06Added Rudy Mutter to AUTHORS for his work, ref #20821.Julien Phalip
2013-09-06adds fix and test for when a template is not specified at all to render(). fi...Ian Wilson
2013-08-21Added myself to the committers list.evildmp
2013-08-15Fixed #20895 -- Made check management command warn if a BooleanField does not...Alasdair Nicol
2013-08-14Fixed #20709 -- Allowed {% widthratio %} to accept an "as" parameter.Jonathan Slenders
2013-08-14Fixed #11400 -- Passed kwargs from AbstractUser.email_user() to send_mail()SusanTan
2013-08-13Fixed #20864 -- Made the test client use common method for performing requests.Krzysztof Jurewicz
2013-08-09Fixed #18356 -- Gave the test client signals.template_rendered call a unique ...Bojan Mihelac
2013-08-05Fixed #20832 -- Enabled HTML password reset emailJustin Michalicek