| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-15 | Complemented 1.6 release notes for 457c16d0d6 | Claude Paroz | |
| And accessorily added missing bits fixing #23293. Forward port of 2cbafd814 from stable/1.7.x | |||
| 2014-08-14 | Fixed #23288: deconstruct() ignoring related_name | Andrew Godwin | |
| 2014-08-14 | Added some words to spelling_wordlist. | Tim Graham | |
| 2014-08-14 | Fixed #20133 -- Added summary to admin deletion confirmation pages. | areski | |
| Thanks jonash for the suggestion and initial patch. | |||
| 2014-08-14 | Fixed #23224 - Documented EmailValidator. | areski | |
| 2014-08-14 | Fixed a grammar error in docs/ref/forms/api.txt. | Zhaorong Ma | |
| 2014-08-14 | Fixed #23291 -- Don't add Unicode varname/value to environment. | Ramiro Morales | |
| Windows doesn't like that and it causes 114 failures in the admin_scripts tests with Python 2.x. | |||
| 2014-08-14 | Fixed #23260: Added generator support to defaultfilters.unordered_list. | Jaap Roes | |
| 2014-08-14 | Fixed #21579 -- Made LocaleMiddleware respect script prefix. | Tim Graham | |
| Thanks buettgenbach at datacollect.com for the report and patch. | |||
| 2014-08-14 | Fixed #21132 -- Removed the useless app_name argument to AdminSite. | Tim Graham | |
| Thanks MarkusH for the report and Florian for review. | |||
| 2014-08-14 | Fixed #23265 -- Used system-specific encoding in runserver | Claude Paroz | |
| Thanks SpaceFox for the report. | |||
| 2014-08-14 | Fixed #22971 -- Properly parsed RFC 2388 encoded headers | Claude Paroz | |
| Thanks homm for the report, Cea Stapleton for patch improvements and Ian Cordasco, Christian Schmitt and Tim Graham for the review. | |||
| 2014-08-14 | Fixed test failure on python 3.x. | Florian Apolloner | |
| 2014-08-13 | Corrected content_type parameter name in sitemap docs. | Tim Graham | |
| mimetype was deprecated in 1.5 per 11ec0253ab4cc926ab9e77619132cb398231ac33. | |||
| 2014-08-13 | Removed doc reference to removed HttpResponse.mimetype. | Tim Graham | |
| 2014-08-13 | Fixed #18767 -- Fixed admin calendar for other locales than English. | Maxime Turcotte | |
| Refactored openCalendar function from DateTimeShortcuts.js. Now, when entered manually in the input field, the date will show up correctly on the calendar for locales that don't use "-" for separator. Thanks charettes for revivew and Alexey Boriskin for some of the patch. | |||
| 2014-08-14 | Fixed #21603 (again) -- Made a raw query in a test Oracle-compliant | Shai Berger | |
| 2014-08-13 | Fixed #22646: Added support for the MySQL ssl-ca option to dbshell. | zsoldosp | |
| 2014-08-13 | Fixed #23283 -- Added default=False to BooleanField's in the docs. | Ola Sitarska | |
| Thanks Baptiste for the suggestion. | |||
| 2014-08-13 | Refs #23276 -- Added missing url() in some places. | Collin Anderson | |
| 2014-08-13 | Removed tabs from an admin CSS file. | Trey Hunner | |
| 2014-08-13 | Fixed #20368 -- Made TECHNICAL_500 more robust against bad input. | Walter Doekes | |
| This limits large variables and avoids non-utf-8 in the TECHNICAL_500 output. | |||
| 2014-08-13 | Improved formatting of deconstruct() docs. | areski | |
| 2014-08-13 | Fixed flake8 warning. | Tim Graham | |
| 2014-08-13 | Simplified admin delete confirmation templates using {% elif %}. | areski | |
| Thanks jonash for the initial patch; refs #20133. | |||
| 2014-08-12 | Updated tests for added newlines in 68686430638215b5405b20bd767c0be392c9221d. | Tim Graham | |
| 2014-08-12 | Added newlines to the ends of CSS, HTML, and JavaScript files missing them. | Trey Hunner | |
| 2014-08-12 | Fixed #23262 -- Made SelectFilter2.js move items on enter Key press. | Collin Anderson | |
| 2014-08-12 | Fixed #22985 -- Made call_command accept option name parameter | Claude Paroz | |
| Thanks giulettamasina for the report and Tim Graham for the review. | |||
| 2014-08-12 | Fixed #23275: Unmanaged models kept by autodetector, ignored by ops | Andrew Godwin | |
| 2014-08-12 | Fixed typo in previous commit. | Tim Graham | |
| 2014-08-12 | Fixed #23016 -- Updated FAQs per Aymeric's suggestions. | Ola Sitarska | |
| 2014-08-12 | Fixed #23276 -- Deprecated passing views as strings to url(). | Tim Graham | |
| 2014-08-12 | Fixed indentation typo in docs/ref/contrib/sitemaps.txt. | Tim Graham | |
| 2014-08-12 | Avoided creation of deferred model from another deferred model | Anssi Kääriäinen | |
| Also never create deferred model when no attrs are deferred. | |||
| 2014-08-12 | Fixed #23001 -- Fixed mixing defer and annotations | Josh Smeaton | |
| 2014-08-11 | Added words to spelling wordlist. | Tim Graham | |
| 2014-08-11 | Added a warning that remove_tags() output shouldn't be considered safe. | Tim Graham | |
| 2014-08-11 | Fixed typo in 1.8 release notes. | Markus Bertheau | |
| 2014-08-11 | Fixed #23261 -- Deprecated old style list support for unordered_list filter. | Jaap Roes | |
| 2014-08-11 | Fixed #23267 -- Fixed typo in Translation documentation | Ola Sitarska | |
| Thanks to Tomin1 for the report. | |||
| 2014-08-11 | Fixed #16426 -- deletion of 1000+ objects with relations on SQLite | Anssi Kääriäinen | |
| SQLite doesn't work with more than 1000 parameters in a single query. The deletion code could generate queries that try to get related objects for more than 1000 objects thus breaking the limit. Django now splits the related object fetching into batches with at most 1000 parameters. The tests and patch include some work done by Trac alias NiGhTTraX in ticket #21205. | |||
| 2014-08-11 | Fixed #23266 -- Prevented queries caused by type checking lookup values | Anubhav Joshi | |
| Small modifications done by committer. | |||
| 2014-08-11 | Fixed #23259 -- Corrected insertion order of extra() select_params | Rajiv Makhijani | |
| A regression caused queries to produce incorrect results for cases where extra(select) is excluded by values() but included by extra(order_by) The regression was caused by 2f35c6f10fcbae541691207fb0c0560a13b754fc. | |||
| 2014-08-10 | Added myself as a team member. | Loic Bistuer | |
| 2014-08-10 | Fixed remove_field for spatialite schema changes. | Florian Apolloner | |
| 2014-08-10 | Made sqlite's remove_field behave like the base backend. | Florian Apolloner | |
| 2014-08-09 | Removed unused migrate option | Claude Paroz | |
| 2014-08-09 | Fixed #23264: Schema backends honour db_constraint | Andrew Godwin | |
| 2014-08-08 | Fixed #22336 -- Added path matching for makemessages ignore option | Justin Hamade | |
| This fixes a regression introduced by 9012a9e200. | |||
