| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-10-10 | Sanitized test assertions in gdal tests | Claude Paroz | |
| 2013-10-10 | Whitespace cleanup. | Tim Graham | |
| * Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs. | |||
| 2013-10-10 | Fixed an undefined variable and clarified the purpose of a test. | Tim Graham | |
| refs #4459. | |||
| 2013-10-10 | Fixed "redefinition of unused 'foo' from line X" pyflakes warnings. | Tim Graham | |
| 2013-10-10 | Used "is" for comparisons with None. | Tim Graham | |
| 2013-10-10 | Removed unnecessary semicolons. | Tim Graham | |
| 2013-10-09 | Fixed #21222 - Documented that 'default' and 'other' must be different ↵ | Tim Graham | |
| databases when running tests. Thanks vernondcole for the suggestion. | |||
| 2013-10-09 | Fixed #19924 -- Fixed selectors in actions.js that did not use options. | crccheck | |
| 2013-10-09 | Fixed grammar/typos in auth customization docs | Claude Paroz | |
| 2013-10-09 | Fixed regression introduced by 20472aa827669d2b83b74e521504e88e18d086a1. | Baptiste Mispelon | |
| The wrong exception was being caught when detecting the presence of GeoIP. Thanks to ramiro for the report. | |||
| 2013-10-09 | Fixed #21243 -- Corrected exception message in multiple database tests. | Russell Keith-Magee | |
| Thanks to vajrasky for the report and patch. | |||
| 2013-10-08 | Merge pull request #1719 from dlo/docs/email-typos | Marc Tamlyn | |
| Fix grammatical errors in email documentation | |||
| 2013-10-08 | Fix grammatical errors in email documentation | Dan Loewenherz | |
| 2013-10-08 | Fixed #20568 -- truncatewords_html no longer splits words containing HTML ↵ | Jaap Roes | |
| entities. Thanks yann0 at hotmail.com for the report. | |||
| 2013-10-08 | Fixed #16822 -- Added RawPostDataException | Tim Graham | |
| Thanks jaylett for the patch. | |||
| 2013-10-08 | Fixed #21164 -- Added documentation for issue with test users. | Russell Keith-Magee | |
| The package renaming restores the older package names (which were also the documented package names). This doesn't affect test discovery because the module in question doesn't contain any tests. Thanks to Carl for the design discussion. | |||
| 2013-10-08 | Refs #21197 -- Clarified upgrade check message. | Russell Keith-Magee | |
| Thanks to Carl and Shai for the discussion. | |||
| 2013-10-07 | Cleaned up admin CSS for consistency. | Ryan Allen | |
| * header selected twice -merged * match indentation throughout * color names to hex refs #21220. | |||
| 2013-10-07 | Added min-width for date and time inputs in admin. | Ryan Allen | |
| refs #21220. | |||
| 2013-10-07 | Revert "Fixed #21241 -- Avoid extraneous JOINs in admin changelist search." | Simon Charette | |
| This reverts commit 698dd82eee1cb83f51d4cd39546461bf76976b5e. The patch introduced a backward incompatible change. | |||
| 2013-10-07 | Added a link in admin branding block to admin index. | Ryan Allen | |
| Refs #13749 and #21220. | |||
| 2013-10-07 | Fixed #21241 -- Avoid extraneous JOINs in admin changelist search. | Chris Adams | |
| 2013-10-07 | Fixed #18263 -- Corrrected handling of hidden fields in tabular admin inlines. | Tim Graham | |
| Thanks hvdklauw for the report and patch. | |||
| 2013-10-07 | Fixed #21236 -- Allowed migrations to work with unique_together tuples. | Javed Khan | |
| Thanks hjwp for the report. | |||
| 2013-10-07 | Re-added link to SQLite notes from DB section of install doc. | Ramiro Morales | |
| 2013-10-07 | Fixed #21235 -- Disabled savepoints for old versions of SQLite. | Aymeric Augustin | |
| Thanks Ramiro for the report. | |||
| 2013-10-06 | Improved error message while setting GeometryProxy | Étienne Loks | |
| 2013-10-05 | Fixed #21174 -- transaction control in related manager methods | Anssi Kääriäinen | |
| 2013-10-05 | Fixed #18414 -- qs.exists() for sliced distinct queries | Anssi Kääriäinen | |
| 2013-10-05 | Simplified a test by using CapturedQueriesContext | Anssi Kääriäinen | |
| 2013-10-05 | Fixed #21161 -- Timezone-related tests on Windows. | Aymeric Augustin | |
| Thanks Xelnor for the patch. | |||
| 2013-10-05 | Improved Query join promotion logic | Anssi Kääriäinen | |
| There were multiple cases where join promotion was a bit too aggressive. This resulted in using outer joins where not necessary. Refs #21150. | |||
| 2013-10-05 | Fixed #21150 -- select_related + annotate join promotion failure | Anssi Kääriäinen | |
| Added tests for a .annotate().select_related() join promotion failure. This happened to work on master but was currently untested. | |||
| 2013-10-05 | Fixed #21189: Cleaned up usage of bare except clauses. | Baptiste Mispelon | |
| Thanks to berkerpeksag for the report and to claudep for the review. | |||
| 2013-10-04 | Fixed #21217 -- Avoid connecting `(pre|post)_init` signals to abstract senders. | Simon Charette | |
| 2013-10-04 | Fixed #11277 -- Hid labels of fields with HiddenInput widget in admin forms. | Christopher Medrela | |
| Thanks bartTC for the report. | |||
| 2013-10-04 | Fixed #6681 -- Don't break docutils when rendering reStructuredText. | Tai Lee | |
| Don't set a global default interpreted role function for reStructuredText. Instead, use the `default-role` directive to change the default only within the `parse_rst()` function. Thanks Malcolm Tredinnick for the report. | |||
| 2013-10-04 | Fixed #21213 -- Added docs for Django's mailing lists. | Unai Zalakain | |
| Added docs/internals/mailing-lists.txt documenting the use of django's mailing lists. All references across docs changed to point to this page. The referencing makes use of substitution because there's no way to make a :ref: link in a non-inline fashion in Sphinx. It also makes use of rst_epilog Sphinx conf for making this substitutions across all the docs. | |||
| 2013-10-04 | Fixed #19321 -- Allowed redirect middleware HTTP responses to be overridden. | Ryan Kaskel | |
| Thanks Melevir for the suggestion. | |||
| 2013-10-03 | Fixed #21218 -- Typo on docs/howto/upgrade-version.txt | Tim Graham | |
| Thanks ryan at ryangallen.com for the report. | |||
| 2013-10-03 | Fixed #19277 -- Added LocaleMiddleware.response_redirect_class | Emil Stenström | |
| Thanks ppetrid at yawd.eu for the suggestion. | |||
| 2013-10-03 | Fixed #21216 -- Allow `OneToOneField` reverse accessor to be hidden. | Simon Charette | |
| 2013-10-03 | Fixed #19182 -- Fixed ModelAdmin.lookup_allowed to work with ('fieldname', ↵ | Anentropic | |
| SimpleListFilter) syntax. Thanks gauss for the report. | |||
| 2013-10-02 | Fixed #21165 -- Fix test for syndication feed timestamp field on Windows. | Ramiro Morales | |
| Thanks Michael Manfre for the report, Raphaël Barrois for the patch and Claude Paroz, Aymeric Augustin for the reviews. Refs #7936. | |||
| 2013-10-02 | Fixed #16919 -- Passed user to set_password_form in GET requests. | Tim Graham | |
| Thanks Jaime Irurzun for the report and initial patch and ejucovy for the test. | |||
| 2013-10-02 | Initial version of MigrationOptimizer and tests | Andrew Godwin | |
| 2013-10-02 | Fixed #10913 -- Documented how related_name affects QuerySet filtering | Tim Graham | |
| Thanks neithere for the suggestion. | |||
| 2013-10-02 | Changed the doc to use gender-neutral pronouns when possible. | Baptiste Mispelon | |
| 2013-10-02 | Clarified session replay attack differences with cookie backend. | Tim Graham | |
| 2013-10-02 | Fixed #21122 -- Improved clean up of test temp directory on Windows | Kevin Christopher Henry | |
| - Fixed test that didn't close the files it opened - Caught and handled exception when temp directory cannot be removed | |||
