| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-04-14 | Fixed #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-01 | Updated some 'Dive Into Python' links | Claude Paroz | |
| 2013-03-26 | Add Donald Stufft to the AUTHORS file | Donald Stufft | |
| 2013-03-20 | Reordered AUTHORS in last name alphabetic order | Claude Paroz | |
| 2013-03-19 | Fixed #16319 -- added SuccessMessageMixin to contrib.messages | Paul Collins | |
| Thanks martinogden for the initial patch and d1ffuz0r for tests. | |||
| 2013-03-19 | Reworded Mark Pilgrim section in AUTHORS. | Adrian Holovaty | |
| Removed the RIP, which seemed callous given today's news of Malcolm's death. | |||
| 2013-03-18 | Fixed #19327 -- Added handling of double login attempts in admin. | Deric Crago | |
| Thanks to Krzysztof Jurewicz for initial patch and adupin for tests. | |||
| 2013-03-11 | Implemented an 'atomic' decorator and context manager. | Aymeric Augustin | |
| Currently it only works in autocommit mode. Based on @xact by Christophe Pettus. | |||
| 2013-03-08 | Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ↵ | Loic Bistuer | |
| return a QuerySet. | |||
| 2013-03-07 | Fixed #19997 -- Added custom EMPTY_VALUES to form fields | Claude Paroz | |
| Thanks Loic Bistuer for the report and the patch. | |||
| 2013-03-04 | Fixed #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-04 | Fixed #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-24 | Fixes #19763 - LocaleMiddleware should check for supported languages in ↵ | Łukasz Langa | |
| settings.LANGUAGE_CODE | |||
| 2013-02-24 | Fixed #19253 -- Extracted template cache key building logic | Tomek Paczkowski | |
| Introduced a public function django.core.cache.utils.make_template_fragment_key Thanks @chrismedrela for fruitful cooperation. | |||
| 2013-02-23 | Fixed #19609: admin Inlines doesn't display help_text for readonly fields | Wiktor Kolodziej | |
| Refactoring: field was renamed to field_name, since flatten_fieldsets returns field name, not field. Original patch from Marc Aymerich Gubern | |||
| 2013-02-13 | Fixed #18558 -- Added url property to HttpResponseRedirect* | Hiroki Kiyohara | |
| Thanks coolRR for the report. | |||
| 2013-02-01 | Added myself to core developpers | Simon Charette | |
| 2013-02-01 | Fixed #19715 -- Simplified findstatic output when verbosity set to 0 | Matt Robenolt | |
| 2013-01-17 | Made (make|compile)messages commands accept multiple locales at once. | Craig Blaszczyk | |
| Thanks Craig Blaszczyk for the initial patch. Refs #17181. | |||
| 2013-01-14 | Add David Cramer to AUTHORS | David Cramer | |
| 2013-01-04 | Fixed #19192 -- Allowed running tests with dummy db backend | Claude Paroz | |
| Thanks Simon Charette for the initial patch, and Jan Bednařík for his work on the ticket. | |||
| 2012-12-15 | Fixed #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-22 | Merge branch 'ticket_19325' of https://github.com/hannesstruss/django into ↵ | Jannis Leidel | |
| hannesstruss-ticket_19325 | |||
| 2012-11-20 | Fixed #19325 - Made email backend of AdminEmailHandler configurable | Hannes Struss | |
| 2012-11-19 | Fixed #18658 -- Improved ModelAdmin.message_user API | Preston Holmes | |
| Thanks to Lowe Thiderman for the patch and tests | |||
| 2012-11-11 | Merge pull request #218 from mgrouchy/ticket_18582 | Aymeric Augustin | |
| Fixed #18582 -- Added a no-op close to BaseCache | |||
| 2012-10-30 | Fixed #16671 - Added a tutorial on reuseable apps | Tim Graham | |
| Thank-you Katie Miller and Ben Sturmfels for the initial draft, as well as Russ and Carl for the reviews. | |||
| 2012-10-07 | Moved Travis Pinney and Dane Springmeyer into the AUTHORS file where they ↵ | Justin Bronn | |
| belong. | |||
| 2012-09-17 | Added myself as a committer. | Preston Holmes | |
| 2012-09-14 | Adding myself to the committers list. | Bryan Veloso | |
| 2012-09-12 | Fixed my terribly outdated profile in committers.txt in celebration of my ↵ | Jeremy Dunck | |
| commit bit. | |||
| 2012-09-08 | Moved the admin inline JS to new JS files for cleanliness. | Travis Swicegood | |
| 2012-08-13 | [py3] Fixed content encoding in test client | Claude Paroz | |
| Thanks Andrews Medina for the initial patch. | |||
| 2012-08-10 | Fixed #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-18 | BaseCache now has a no-op close method as per ticket #18582 | Mike 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-18 | Moved myself to primary authors in AUTHORS. | Florian Apolloner | |
| 2012-06-14 | Fixed #17754 -- Refactored gis.measure | Claude Paroz | |
| This refactoring does allow much easier MeasureBase subclassing. Many thanks to Ricardo di Virgilio for the initial patch. | |||
| 2012-06-11 | Fixed #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-08 | Added myself to committers | Anssi Kääriäinen | |
| 2012-06-08 | Proof-read the new contributing guide. | Aymeric Augustin | |
| Many thanks to Daniele Procida. | |||
| 2012-06-07 | Fixed #18445 -- Added a links in the docs. | Aymeric Augustin | |
| Thanks Audrey Roy for the patch. | |||
| 2012-06-07 | Fixed #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-06 | Fixed #17328 -- Added OpenLayersWidget _has_changed method | Claude Paroz | |
| Thanks Will Hardy for the report and the patch. | |||
| 2012-06-06 | Fixed #17736 -- Kept maximal floating-point accuracy in from_bbox | Claude 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-31 | Fixed #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-18 | Merge pull request #68 from BooBSD/patch-1 | Adrian Holovaty | |
| Fixed e-mail duplicates in the AUTHORS. | |||
| 2012-05-17 | Fixed #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-16 | Fixing my e-mail duplicates. | Boo | |
| 2012-05-03 | Fixed #18214 -- Clarified the docs about serializable objects. | Alex Ogier | |
| 2012-04-30 | Merge pull request #27 from leereilly/update-authors | Adrian Holovaty | |
| Added @leereilly to contributor list. | |||
