summaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Collapse)Author
2013-04-14Fixed #18231 -- Made JavaScript i18n not pollute global JS namespace.Matthew Tretter
Also, use Django templating for the dynamic generated JS code and use more idiomatic coding techniques. Thanks Matthew Tretter for the report and the patch.
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
Thanks martinogden for the initial patch and d1ffuz0r for tests.
2013-03-19Reworded Mark Pilgrim section in AUTHORS.Adrian Holovaty
Removed the RIP, which seemed callous given today's news of Malcolm's death.
2013-03-18Fixed #19327 -- Added handling of double login attempts in admin.Deric Crago
Thanks to Krzysztof Jurewicz for initial patch and adupin for tests.
2013-03-11Implemented an 'atomic' decorator and context manager.Aymeric Augustin
Currently it only works in autocommit mode. Based on @xact by Christophe Pettus.
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ↵Loic Bistuer
return a QuerySet.
2013-03-07Fixed #19997 -- Added custom EMPTY_VALUES to form fieldsClaude Paroz
Thanks Loic Bistuer for the report and the patch.
2013-03-04Fixed #6585 -- Admin relationship widgets: Respect ordering defined by ↵Juan Pedro Fisanotti
target model's ModelAdmin. Thanks Gary Wilson for the report and Juan Pedro Fisanotti, Carlos Matías de la Torre for the fix.
2013-03-04Fixed #19838 -- Admin: Don't leak a 500 HTTP status when trying to delete ↵Javier Mansilla
protected FKs. Thanks rafadev for the report and Javier Mansilla for the fix.
2013-02-24Fixes #19763 - LocaleMiddleware should check for supported languages in ↵Łukasz Langa
settings.LANGUAGE_CODE
2013-02-24Fixed #19253 -- Extracted template cache key building logicTomek Paczkowski
Introduced a public function django.core.cache.utils.make_template_fragment_key Thanks @chrismedrela for fruitful cooperation.
2013-02-23Fixed #19609: admin Inlines doesn't display help_text for readonly fieldsWiktor Kolodziej
Refactoring: field was renamed to field_name, since flatten_fieldsets returns field name, not field. Original patch from Marc Aymerich Gubern
2013-02-13Fixed #18558 -- Added url property to HttpResponseRedirect*Hiroki Kiyohara
Thanks coolRR for the report.
2013-02-01Added myself to core developpersSimon Charette
2013-02-01Fixed #19715 -- Simplified findstatic output when verbosity set to 0Matt Robenolt
2013-01-17Made (make|compile)messages commands accept multiple locales at once.Craig Blaszczyk
Thanks Craig Blaszczyk for the initial patch. Refs #17181.
2013-01-14Add David Cramer to AUTHORSDavid Cramer
2013-01-04Fixed #19192 -- Allowed running tests with dummy db backendClaude Paroz
Thanks Simon Charette for the initial patch, and Jan Bednařík for his work on the ticket.
2012-12-15Fixed #9589 -- Made development web server more robust in the presence of a ↵Ramiro Morales
wider variety of code errors. Thanks goes to contributor with Trac user 'berto' for the patch.
2012-11-22Merge branch 'ticket_19325' of https://github.com/hannesstruss/django into ↵Jannis Leidel
hannesstruss-ticket_19325
2012-11-20Fixed #19325 - Made email backend of AdminEmailHandler configurableHannes Struss
2012-11-19Fixed #18658 -- Improved ModelAdmin.message_user APIPreston Holmes
Thanks to Lowe Thiderman for the patch and tests
2012-11-11Merge pull request #218 from mgrouchy/ticket_18582Aymeric Augustin
Fixed #18582 -- Added a no-op close to BaseCache
2012-10-30Fixed #16671 - Added a tutorial on reuseable appsTim Graham
Thank-you Katie Miller and Ben Sturmfels for the initial draft, as well as Russ and Carl for the reviews.
2012-10-07Moved Travis Pinney and Dane Springmeyer into the AUTHORS file where they ↵Justin Bronn
belong.
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 ↵Jeremy Dunck
commit bit.
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
Thanks Andrews Medina for the initial patch.
2012-08-10Fixed #17016 - Added examples for file uploads in views.Tim Graham
Thanks Tim Saylor for the draft patch and Aymeric Augustin and Claude Paroz for feedback.
2012-07-18BaseCache now has a no-op close method as per ticket #18582Mike Grouchy
Also removed the hasattr check when firing request_finished signal for caches with a 'close' method. Should be safe to call `cache.close` everywhere now
2012-07-18Moved myself to primary authors in AUTHORS.Florian Apolloner
2012-06-14Fixed #17754 -- Refactored gis.measureClaude Paroz
This refactoring does allow much easier MeasureBase subclassing. Many thanks to Ricardo di Virgilio for the initial patch.
2012-06-11Fixed #18451 -- Vastly improved class based view documentation.Jannis Leidel
Many thanks to Daniel Greenfeld, James Aylett, Marc Tamlyn, Simon Williams, Danilo Bargen and Luke Plant for their work on this.
2012-06-08Added myself to committersAnssi Kääriäinen
2012-06-08Proof-read the new contributing guide.Aymeric Augustin
Many thanks to Daniele Procida.
2012-06-07Fixed #18445 -- Added a links in the docs.Aymeric Augustin
Thanks Audrey Roy for the patch.
2012-06-07Fixed #16916 -- Documented default headers for the test client.Aymeric Augustin
Thanks sailorfred AT yahoo.com for the report and raulcd for the initial version of the patch.
2012-06-06Fixed #17328 -- Added OpenLayersWidget _has_changed methodClaude Paroz
Thanks Will Hardy for the report and the patch.
2012-06-06Fixed #17736 -- Kept maximal floating-point accuracy in from_bboxClaude Paroz
When constructing a polygon with Polygon.from_bbox, do not convert parameters to strings at this stage (str defaults to 12 significant digits). Thanks tdihp@hotmail.com for the report and David Eklung for the patch.
2012-05-31Fixed #18408 -- Isolated flatpages tests from existing sites.Jens Page
Resolves Flatpages test issues by: - Creating an example_site fixture - Overriding project SITE_ID setting to 1 - Normalizing the use of the hardcoded (1) site_id to settings.SITE_ID
2012-05-18Merge pull request #68 from BooBSD/patch-1Adrian Holovaty
Fixed e-mail duplicates in the AUTHORS.
2012-05-17Fixed #18326 -- Stripped ending chars in LiveServerViews tests.Claude Paroz
Ending chars might be different depending on git crlf setting. Thanks Michael Manfre for the report and the patch.
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
Added @leereilly to contributor list.