summaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Expand)Author
2014-04-13[1.6.x] Fixed #21760 -- prefetch_related used an inefficient query for revers...valtron
2013-10-14[1.6.x] Fixed #20962 -- Documented that template tag render() may raise excep...Bouke Haarsma
2013-09-06Merge pull request #1566 from adamsc64/ticket_11857Russell Keith-Magee
2013-09-06[1.6.x] Merge pull request #1582 from rca/12756-missing-yaml-module-serialize...Russell Keith-Magee
2013-09-06Merge pull request #1579 from ianawilson/ticket_21058Russell Keith-Magee
2013-08-15[1.6.x] Fixed #20895 -- Made check management command warn if a BooleanField ...Alasdair Nicol
2013-08-05[1.6.x] Fixed #20859 - Clarified Model.clean() example.Jimmy Song
2013-06-26Fixed #20462 -- null/non-string regex lookups are now consistentAndrew Clark
2013-06-23Fixed a very old email address of mine still lingering in the AUTHORS fileRemco Wendt
2013-06-22Fixed #18872 -- Added prefix to FormMixinGilberto Gonçalves
2013-06-21Fixed #20290 -- Allow override_settings to be nestedOliver Beattie
2013-06-20Fixed #20486 -- Ensure that file_move_safe raises an error if the destination...Russell Keith-Magee
2013-06-17Added myself to the commiters list.Baptiste Mispelon
2013-06-11Revert "Fixed #20462 - Fixed sqlite regex lookups for null values and non-str...Tim Graham
2013-06-11Fixed #20462 - Fixed sqlite regex lookups for null values and non-string fields.Axel Haustant
2013-06-07Fixed #19925 - Added validation for REQUIRED_FIELDS being a listChris Streeter
2013-05-28Fixed #20242 - Added a regression test for prefetch_related.Tim Graham
2013-05-27Fixed #11603 - Added django.test.SimpleTestCase.assertFormsetErrorTim Graham
2013-05-25Fixed #20099 -- Eased subclassing of BrokenLinkEmailsMiddlewareClaude Paroz
2013-05-23Fixed #17648 -- Add `for_concrete_model` to `GenericForeignKey`.Gavin Wahl
2013-05-22Fixed #17048 - Added docs for upgrading Django.Tim Graham
2013-05-19Fixed #20459 - Improved example for setting HTTP header fields.Tim Graham
2013-05-19Fixed #15961 -- Modified ModelAdmin to allow for custom search methods.Bozidar Benko
2013-05-19Fix #19664 -- Illegal Characters In Session Key Give Fatal Error On File Back...Erik Romijn
2013-05-19Added Baptiste to AUTHORS.Marc Tamlyn
2013-05-19Add missing imports and models to the examples in the admin documentationvkuzma
2013-05-19Merge pull request #1094 from senko/ticket_11160Andrew Godwin
2013-05-19Merge pull request #1129 from frog32/masterMarc Tamlyn
2013-05-18Fixed #20246 -- Added non-breaking spaces between values an unitsEmil Stenström
2013-05-18Fixed #20440 -- Ensured CharField's max_length/min_length are integersTome Cvitan
2013-05-18add Leandra Finger, Silvan Spross and Marc Egli to AUTHORSMarc Egli
2013-05-18Fixed #19436 -- Don't log warnings in ensure_csrf_cookie.Olivier Sels
2013-05-18Fixed #18998 - Prevented session crash when auth backend removedJorge Bastida
2013-05-18Fixed #9595 -- Allow non-expiring cache timeouts.Jacob Burch
2013-05-18Fixed #20235 -- Use self.object_list if object_list not present in get_contex...Matthew Somerville
2013-05-18Added myself to AUTHORSSenko Rasic
2013-05-18Reorganize committers list chronologically.Aymeric Augustin
2013-05-17Added myself to committers.Marc Tamlyn
2013-05-03Added clarification to the docs, pointing out that unique_for_date only consi...Aaron Cannon
2013-04-14Fixed #18231 -- Made JavaScript i18n not pollute global JS namespace.Matthew Tretter
2013-04-01Updated some 'Dive Into Python' linksClaude Paroz
2013-03-26Add Donald Stufft to the AUTHORS fileDonald Stufft
2013-03-20Reordered AUTHORS in last name alphabetic orderClaude Paroz
2013-03-19Fixed #16319 -- added SuccessMessageMixin to contrib.messagesPaul Collins
2013-03-19Reworded Mark Pilgrim section in AUTHORS.Adrian Holovaty
2013-03-18Fixed #19327 -- Added handling of double login attempts in admin.Deric Crago
2013-03-11Implemented an 'atomic' decorator and context manager.Aymeric Augustin
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-03-07Fixed #19997 -- Added custom EMPTY_VALUES to form fieldsClaude Paroz
2013-03-04Fixed #6585 -- Admin relationship widgets: Respect ordering defined by target...Juan Pedro Fisanotti