| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-18 | Merge pull request #926 from ↵ | Preston Holmes | |
| catalanojuan/adds-dates-containing-zeros-note-to-docs Added warn note to docs about MySQL issues with 0000-00-00 date strings | |||
| 2013-03-18 | Added warn note to docs about MySQL issues with 0000-00-00 date strings | Juan Catalano | |
| MySQL accepts 0000-00-00 as a valid date but MySQLdb converts those values into None. So there will be problems for instance if trying to transport the data using dumpdata/loaddata. This patch refs #6642 that has been closed as wontfix since this is a particular problem of MySQL. | |||
| 2013-03-18 | Fixed #13260 -- Quoted arguments interpolated in URLs in reverse. | Aymeric Augustin | |
| 2013-03-18 | Update versions and links to source tarballs. | Justin Bronn | |
| 2013-03-18 | Fixed #19968 -- Dropped support for PostgreSQL < 8.4. | Aymeric Augustin | |
| 2013-03-18 | Fixed #19456 -- Avoid infinite recursion when tracing LazyObject.__init__. | Aymeric Augustin | |
| Thanks blaze33 for the patch. | |||
| 2013-03-18 | Fixed #18447 -- Made LazyObject unwrap on dict access. | Aymeric Augustin | |
| Thanks Roman Gladkov and Zbigniew Siciarz. | |||
| 2013-03-18 | Clarified that constant_time_compare doesn't protect string lengths. | Aymeric Augustin | |
| 2013-03-18 | Fixed #17037 -- Added a --all option to diffsettings. | Aymeric Augustin | |
| 2013-03-17 | Fixed #19510 -- Race condition in template loading. | Aymeric Augustin | |
| Thanks Kronuz and regebro. | |||
| 2013-03-17 | Fixed #19550 -- Made the filtered select widget wider in the admin. | Aymeric Augustin | |
| Thanks Claude and Julien for the review. | |||
| 2013-03-17 | Minor docs fix for e11ccc76. | Aymeric Augustin | |
| 2013-03-17 | Two additions to the deployment checklist. | Aymeric Augustin | |
| Thanks Erik Romijn. | |||
| 2013-03-17 | Fixed #19697 -- Added a deployment checklist. | Aymeric Augustin | |
| 2013-03-17 | Fixed #19635 -- Made fields pickleable | Anssi Kääriäinen | |
| 2013-03-17 | Merge pull request #902 from evildmp/BLANK_CHOICE_NONE | Aymeric Augustin | |
| Fixed #20043 -- Removed unused BLANK_CHOICE_NONE | |||
| 2013-03-17 | Added structure in the 1.6 release notes. | Aymeric Augustin | |
| The backwards-incompatible changes section wasn't structured in sections like it is in release notes for previous versions. | |||
| 2013-03-17 | Stopped using non-standard __globals__ and __code__ attributes. | Aymeric Augustin | |
| Some alternative implementations don't have them. Closes #19944. | |||
| 2013-03-17 | Updated bundled version of six. | Aymeric Augustin | |
| 2013-03-17 | Removed debug code | Anssi Kääriäinen | |
| 2013-03-17 | Fixed memory leak in tests | Anssi Kääriäinen | |
| The AssertNumQueriesContext didn't reset connection's use_debug_cursor in case there was an exception. This resulted in leaking query strings into connection.queries. Maximum memory use pre-patch was around 700MB, post-patch it is around 200MB for Django's test suite. | |||
| 2013-03-16 | Merge pull request #910 from bmispelon/ticket-20058 | Claude Paroz | |
| Fix #20058: Make compilemessages use stdout instead of stderr. | |||
| 2013-03-16 | Merge pull request #906 from bmispelon/ticket-20054 | Adrian Holovaty | |
| Fix #20054: Removed links to modwsgi.org. | |||
| 2013-03-16 | Merge pull request #909 from bmispelon/ticket-20061 | Adrian Holovaty | |
| Fix 20061: remove out of date comment. | |||
| 2013-03-16 | Fix #20058: Make compilemessages use stdout instead of stderr. | Baptiste Mispelon | |
| 2013-03-16 | Fix 20061: remove out of date comment. | Baptiste Mispelon | |
| 2013-03-15 | Fixed #20055 -- Add url, email, and number input types to admin CSS. | Baptiste Mispelon | |
| 2013-03-15 | Fixed #16110 -- Fixed GeometryField odd behaviour regarding null values | Claude Paroz | |
| Thanks slinkp for the report and the initial patch. | |||
| 2013-03-15 | Fix #20054: Removed links to modwsgi.org. | Baptiste Mispelon | |
| 2013-03-15 | Merge pull request #905 from cyberj/ticket_20053 | Simon Charette | |
| Fixed #20053 -- Fix `index_together` documentation | |||
| 2013-03-15 | Fixed #20053 -- Fix `index_together` documentation | Johan Charpentier | |
| 2013-03-15 | Merge pull request #901 from giamfreeg/master | Aymeric Augustin | |
| Fixed an erroneous import in example code of docs (class-based-views/intro). | |||
| 2013-03-15 | Discouraged filing PRs that won't be noticed. | Aymeric Augustin | |
| 2013-03-15 | Corrected typos in the 1.6 release notes | Marc Tamlyn | |
| 2013-03-15 | Fixed #17502 -- Made joining in inheritance cases consistent | Anssi Kääriäinen | |
| The original problem was that when filtering two levels up in inheritance chain, Django optimized the join generation so that the middle model was skipped. But then Django generated joins from top to middle to bottom for SELECT clause, and thus there was one extra join (top->middle->bottom + top -> bottom). This case is fixed in master as the filtering optimization is gone. This has the side effect that in some cases there is still extra join if the SELECT clause doesn't contain anything from middle or bottom. | |||
| 2013-03-14 | Deprecated django.views.defaults.shortcut. | Aymeric Augustin | |
| 2013-03-14 | Fixed #17051 -- Removed some 'invalid' field error messages | Claude Paroz | |
| When the 'invalid' error message is set at field level, it masks the error message raised by the validator, if any. | |||
| 2013-03-14 | Add a specific error message for URLValidator | Claude Paroz | |
| 2013-03-14 | Updated release instructions to account for website automation. | Aymeric Augustin | |
| 2013-03-14 | Fixed #20039 -- Fixed has_changed form detection for required TypedChoiceFields | Claude Paroz | |
| Thanks Florian Apolloner for the report and the review. Also fixes #19643. | |||
| 2013-03-14 | Fixed #16649 -- Refactored save_base logic | Anssi Kääriäinen | |
| Model.save() will use UPDATE - if not updated - INSERT instead of SELECT - if found UPDATE else INSERT. This should save a query when updating, but will cost a little when inserting model with PK set. Also fixed #17341 -- made sure .save() commits transactions only after the whole model has been saved. This wasn't the case in model inheritance situations. The save_base implementation was refactored into multiple methods. A typical chain for inherited save is: save_base() _save_parents(self) for each parent: _save_parents(parent) _save_table(parent) _save_table(self) | |||
| 2013-03-13 | Merge branch 'master' of github.com:django/django | Florian Apolloner | |
| 2013-03-13 | Began implementing a shared set of test models to speed up tests. | Florian Apolloner | |
| 2013-03-13 | Fixed #20032 -- Documented how to simulate the absence of a setting | Claude Paroz | |
| Thanks Ram Rachum for the report. | |||
| 2013-03-13 | Merge pull request #900 from bmispelon/ticket-20022 | Jacob Kaplan-Moss | |
| Fix #20022: Correctly handle prefixes with url-unsafe characters in reverse() | |||
| 2013-03-13 | removed unused BLANK_CHOICE_NONE | Daniele Procida | |
| 2013-03-13 | Merge pull request #900 from bmispelon/ticket-20022 | Jacob Kaplan-Moss | |
| Fix #20022: Correctly handle prefixes with url-unsafe characters in reverse() | |||
| 2013-03-13 | Fix #20022: Correctly handle prefixes with url-unsafe characters in reverse(). | Baptiste Mispelon | |
| 2013-03-13 | Fixed an erroneous import in example code. | Pablo Sanfilippo | |
