| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-28 | Fixed #21948 -- Noted TEMPLATE_LOADERS requirement when overriding admin ↵ | Alex de Landgraaf | |
| templates. Thanks django at patjack.co.uk for the suggestion. | |||
| 2014-02-28 | Fix keyword agument names in RunPython to be positional | Andrew Godwin | |
| 2014-02-28 | Fixed doc typos. | Tim Graham | |
| 2014-02-28 | Fixed #22028 -- Documented that database signals aren't emitted for apps ↵ | Tim Graham | |
| that laack a models module. Thanks un33k for the suggestion and donjpacheco for the draft patch. | |||
| 2014-02-28 | Fixed #22129 -- Added steps for creating superusers to tutorial. | Greg Chapple | |
| 2014-02-28 | Removed Django 1.5 upgrade hints for {% url %} tag. | Tim Graham | |
| Refs #19280 and Refs #19392. | |||
| 2014-02-28 | Fixed #21962 -- Added escape_html flag to ErrorDict.as_json() | vvojvoda | |
| 2014-02-28 | Replaced deprecated assertEquals | Claude Paroz | |
| 2014-02-27 | Fixed #22136 -- Updated comment for Textarea widget | Claude Paroz | |
| Thanks Aymeric Augustin for the suggestion. | |||
| 2014-02-26 | Merge pull request #2374 from spaceexperiment/doc_typo | Alex Gaynor | |
| Fixed documention typo | |||
| 2014-02-27 | Fixed documention typo | jibreel | |
| 2014-02-26 | Fixed #22056 -- Omitted non-package directories when collecting tests | Claude Paroz | |
| This allows us to ignore empty dirs or other unrelated dirs. Thanks Sebastian Pawluś for the report and the initial patch. | |||
| 2014-02-26 | Fixed #21389 -- Accept most valid language codes | Bouke Haarsma | |
| By removing the 'supported' keyword from the detection methods and only relying on a cached settings.LANGUAGES, the speed of said methods has been improved; around 4x raw performance. This allows us to stop checking Python's incomplete list of locales, and rely on a less restrictive regular expression for accepting certain locales. HTTP Accept-Language is defined as being case-insensitive, based on this fact extra performance improvements have been made; it wouldn't make sense to check for case differences. | |||
| 2014-02-25 | Fixed bad grammar in a comment. | Martin Matusiak | |
| 2014-02-25 | Fixed #22145 -- Clarified docs on Field.blank and Field.null options. | navneet suman | |
| Thanks skipjack at peru.com for the suggestion. | |||
| 2014-02-25 | Removed a nonexistent link in the docs. | Tim Graham | |
| 2014-02-25 | Fixed #12670 -- Added a note about permissions of files stored in ↵ | Rik | |
| FILE_UPLOAD_TEMP_DIR. Thanks simon29 for the suggestion. | |||
| 2014-02-25 | Fixed #22071 -- Added a warning regarding override_settings and aliasing. | Henk Vos | |
| Thanks EvilDMP for the suggestion. | |||
| 2014-02-25 | Fixed docs typos. | Szczepan Cieślik | |
| 2014-02-25 | Fixed #22142 -- Documented PostGIS 2 database creation during tests | Iacopo Spalletti | |
| 2014-02-24 | Fixed #22116 -- Added precision about WSGIPythonPath separator | Claude Paroz | |
| Thanks donjpacheco for the initial patch. | |||
| 2014-02-23 | Added tests for django.contrib.admindocs | Greg Chapple | |
| Refs #22015 | |||
| 2014-02-23 | Allowed some auth tests to be run independently | Claude Paroz | |
| 2014-02-23 | Two whitespace changes to appease flake8 | Alex Gaynor | |
| 2014-02-23 | Merge pull request #2363 from nheyning/22019_add_objects_doc | Daniele Procida | |
| Fixed #22019 -- added documentation on Model attributes | |||
| 2014-02-23 | added documentation on Model attributes | Nicolaas Heyning | |
| 2014-02-23 | Fixed #22063 -- Added reference to NoReverseMatch from the reverse() ↵ | Alex de Landgraaf | |
| documentation | |||
| 2014-02-23 | Removed incorrect statement from docstring | Patrick Robertson | |
| The docstring of FilterExpression said that it shouldn't be instantiated from anywhere but the get_filters_from_token helper function. However, that helper function was deleted in commit 3ede006fc98f7e96ae9fb997872f78635576d5f8 and FilterExpression is instantiated from inside the compile_filter help function. | |||
| 2014-02-23 | Fixed #21881 -- Clarify behavior of {% ssi %} template tag. | Baptiste Mispelon | |
| When using the `parsed` option, {% ssi %} has the same limitation as {% include %}, namely that the rendering of the included template is done separately. Thanks to trac user nagyv for the report and to alextreme for the patch. | |||
| 2014-02-23 | Fixed #22095 -- Enabled backward migrations for RunPython operations | Andrew Gorcester | |
| Added reversible property to RunPython so that migrations will not refuse to reverse migrations including RunPython operations, so long as reverse_code is set in the RunPython constructor. Included tests to check the reversible property on RunPython and the similar RunSQL. | |||
| 2014-02-22 | Fixed #22113 -- changed object_name to model_name in CBV docs. | Marcin Sokół | |
| Thanks to trac user nikunj.sg for the report. | |||
| 2014-02-22 | Fixed #21741 -- Fixed render_to_string to stop pushing empty dictionaries to ↵ | Baptiste Mispelon | |
| its Context Thanks to kezabelle for the report and original patch and to numerodix for his improved patch. | |||
| 2014-02-22 | Fixed warnings when building the documentation. | Baptiste Mispelon | |
| 2014-02-22 | Fixed #22032 -- added documentation for settings.MIGRATION_MODULES | Greg Chapple | |
| 2014-02-22 | Extra new line to make flake8 happy | Alex Gaynor | |
| 2014-02-22 | Fixed #22092 -- Documented ResolverMatch.view_name | Jochem Oosterveen | |
| 2014-02-22 | Fixed #22120 -- Documented persistent activation of languages and cleaned up ↵ | Erik Romijn | |
| language session key use | |||
| 2014-02-22 | Fixed #21902 -- Documented search order for list_display. | Marcin Sokół | |
| 2014-02-22 | Fixed #22123 -- EmailValidator now also accepts IPv6 literals in addresses | Erik Romijn | |
| 2014-02-22 | Fixed #21435 -- Improved error message when urlconf is empty. | Baptiste Mispelon | |
| The new error message now hints that the most likely issue is a circular import. Thanks to trac user elena for the report and to bpeschier for the original patch. | |||
| 2014-02-22 | Fixed #22007 -- Fixed cbv docs - make imports consistent | Martin Matusiak | |
| Thanks to trac user kinjal.dixit for the report. | |||
| 2014-02-22 | Deprecated django.utils.text.javascript_quote. | Baptiste Mispelon | |
| Refs #21725. | |||
| 2014-02-22 | Fixed test failures when running in a narrow Python build. | Baptiste Mispelon | |
| 2014-02-22 | Added some tests for #21725. | Baptiste Mispelon | |
| 2014-02-22 | Added tests and minified javascript missing in ↵ | Bas Peschier | |
| 83a3add4bed8d8d49f93b30c817c66908b0a26ba. Refs #22038. | |||
| 2014-02-21 | Fixed #22112 -- Added RedirectView.pattern_name to CBV flattened index | Alasdair Nicol | |
| Also moved accessor method get_redirect_url next to its attribute url for consistency with the other views. Thanks nikunj.sg for the report | |||
| 2014-02-20 | Merge pull request #2333 from davesque/sql-doc-fixes | Alex Gaynor | |
| Capitalize SQL keywords | |||
| 2014-02-20 | Capitalize SQL keywords | David Sanders | |
| 2014-02-20 | Merge pull request #2332 from davesque/sql-doc-fixes | Alex Gaynor | |
| Capitalize SQL keywords | |||
| 2014-02-20 | Capitalize SQL keywords | David Sanders | |
