summaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Expand)Author
2013-10-14[1.5.x] Fixed #20962 -- Documented that template tag render() may raise excep...Bouke Haarsma
2013-05-22[1.5.x] Fixed #17048 - Added docs for upgrading Django.Tim Graham
2013-01-04[1.5.x] Fixed #19192 -- Allowed running tests with dummy db backendClaude Paroz
2012-11-19[1.5.x] Fixed #18658 -- Improved ModelAdmin.message_user APIPreston Holmes
2012-10-30[1.5.X] Fixed #16671 - Added a tutorial on reuseable appsTim Graham
2012-10-07Moved Travis Pinney and Dane Springmeyer into the AUTHORS file where they bel...Justin Bronn
2012-09-17Added myself as a committer.Preston Holmes
2012-09-14Adding myself to the committers list.Bryan Veloso
2012-09-12Fixed my terribly outdated profile in committers.txt in celebration of my com...Jeremy Dunck
2012-09-08Moved the admin inline JS to new JS files for cleanliness.Travis Swicegood
2012-08-13[py3] Fixed content encoding in test clientClaude Paroz
2012-08-10Fixed #17016 - Added examples for file uploads in views.Tim Graham
2012-07-18Moved myself to primary authors in AUTHORS.Florian Apolloner
2012-06-14Fixed #17754 -- Refactored gis.measureClaude Paroz
2012-06-11Fixed #18451 -- Vastly improved class based view documentation.Jannis Leidel
2012-06-08Added myself to committersAnssi Kääriäinen
2012-06-08Proof-read the new contributing guide.Aymeric Augustin
2012-06-07Fixed #18445 -- Added a links in the docs.Aymeric Augustin
2012-06-07Fixed #16916 -- Documented default headers for the test client.Aymeric Augustin
2012-06-06Fixed #17328 -- Added OpenLayersWidget _has_changed methodClaude Paroz
2012-06-06Fixed #17736 -- Kept maximal floating-point accuracy in from_bboxClaude Paroz
2012-05-31Fixed #18408 -- Isolated flatpages tests from existing sites.Jens Page
2012-05-18Merge pull request #68 from BooBSD/patch-1Adrian Holovaty
2012-05-17Fixed #18326 -- Stripped ending chars in LiveServerViews tests.Claude Paroz
2012-05-16Fixing my e-mail duplicates.Boo
2012-05-03Fixed #18214 -- Clarified the docs about serializable objects.Alex Ogier
2012-04-30Merge pull request #27 from leereilly/update-authorsAdrian Holovaty
2012-04-30Add @gsong to AUTHORSGeorge Song
2012-04-30Moved Lee Reilly's entry to the correct locationLee Reilly
2012-04-30Add @leereilly to contributor list.Lee Reilly
2012-04-22Fixed #18159 -- added an import statement to the docs. Thanks to Jeff Hui fo...Alex Gaynor
2012-04-09Fixed #17877 -- Ensured that extra WHERE clauses get correctly ANDed when the...Julien Phalip
2012-03-13Add myself to committersClaude Paroz
2012-03-12Fix #17879: Corrected regression in python (inherited by yaml and json) seria...Karen Tracey
2012-02-11Fixed #17281 -- Prevented `AdminErrorHandler` from silently failing if the lo...Julien Phalip
2012-02-01Fixed #17622 - Added Justin Myles Holmes to AUTHORS.Carl Meyer
2012-01-10Added Justine Tunney to the authors file for her excellent work on the passwo...Paul McMillan
2012-01-03Add nate_b to AUTHORSChris Beaven
2011-12-22Added support for modifying the effect of ``DISTINCT`` clauses so theyRamiro Morales
2011-11-16Added RIP next to diveintopython.org in AUTHORS fileAdrian Holovaty
2011-11-12Fix #16570: Restore ability to have decimal fields where max_digits equals de...Karen Tracey
2011-11-12Fix #13864: Removed database error raised when force_update is requsted on sa...Karen Tracey
2011-11-12Fix #17179: Document that yesno filter's default argument is "yes,no,maybe". ...Karen Tracey
2011-11-12Fix #16813: Restore checking whether a backend supports inctive users before ...Karen Tracey
2011-10-07Moved myself in the primary authors section.Aymeric Augustin
2011-10-04Fixed #16971 - Made the parsing of javascript files by 'makemessages' much fa...Aymeric Augustin
2011-09-11Fixed #16231 -- Added support for GML and KML on the SpatiaLite backend. Tha...Justin Bronn
2011-09-09Fixed #16384: warn against accessing request.POST/REQUEST in middleware.Jacob Kaplan-Moss
2011-08-23Fixed #16681 -- Refactored the invalid_models unit test so that it can be inv...Russell Keith-Magee
2011-08-23Fixed an isnull=False filtering edge-case. Fixes #15316.Malcolm Tredinnick