| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-11-26 | Fixed #23677 -- Removed contrib.formtools | Tim Graham | |
| 2014-09-30 | Updated translations from Transifex | Claude Paroz | |
| Forward port of e9c8aefbcee5 from stable/1.7.x | |||
| 2014-08-20 | Fetched translations from Transifex | Claude Paroz | |
| Forward port of 49280a73ea5 from stable/1.7.x | |||
| 2014-08-19 | Removed unnecessary code-block directives. | areski | |
| 2014-08-12 | Added newlines to the ends of CSS, HTML, and JavaScript files missing them. | Trey Hunner | |
| 2014-06-09 | Fixed formtools tests with Python 2 | Claude Paroz | |
| Fixes #19905 again. | |||
| 2014-06-06 | Fixed #22772 -- Defer wizard temporary files deletion. | Simon Charette | |
| 2014-05-30 | Fixed #19905 -- Fixed leakage of file descriptors in form wizard. | Florian Apolloner | |
| 2014-05-28 | Fixed several typos in Django | Alex Gaynor | |
| 2014-05-19 | Fixed #22638 -- Changed CookieWizardView to ignore invalid cookies | Erik Romijn | |
| 2014-05-19 | Updated translation catalogs | Claude Paroz | |
| 2014-04-26 | Fix many many typos in comments throughout the codebase | Alex Gaynor | |
| 2014-04-09 | Used more specific test assertions. | Aymeric Augustin | |
| 2014-04-06 | Fixed #21977 -- Deprecated SimpleTestCase.urls | Anubhav Joshi | |
| 2014-04-03 | Fixed #22372 -- Improved description of WizardView.get_context_data(). | Vishal Lal | |
| Thanks simon29 for the report. | |||
| 2014-04-03 | Fixed #22218 -- Deprecated django.conf.urls.patterns. | Tim Graham | |
| Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews. | |||
| 2014-03-22 | Fixed #22299 -- Cleanup wizard temp files when possible. | Simon Charette | |
| Thanks to @erikr for the review. | |||
| 2014-03-06 | Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title ↵ | James Jenkins | |
| case Thanks bendavis78 for the report. | |||
| 2014-03-03 | Fixed many typos in comments and docstrings. | Rodolfo Carvalho | |
| Thanks Piotr Kasprzyk for help with the patch. | |||
| 2014-02-10 | Fixed #21994 -- Added form_dict argument to calls of WizardView.done() | Julian Wachholz | |
| Added an additional keyword argument ``form_dict`` to calls of WizardView.done() implementations which allows easier access to validated forms by their step name. | |||
| 2014-02-08 | Fixed #21674 -- Deprecated the import_by_path() function in favor of ↵ | Berker Peksag | |
| import_string(). Thanks Aymeric Augustin for the suggestion and review. | |||
| 2014-01-25 | Fixed #21829 -- Added default AppConfigs. | Aymeric Augustin | |
| Thanks Russell for the report, Marc for the initial patch, Carl for the final review, and everyone who contributed to the design discussion. | |||
| 2014-01-05 | Fixed #21675 -- Added app configs for contrib apps. | Aymeric Augustin | |
| 2013-12-23 | Imported override_settings from its new location. | Aymeric Augustin | |
| 2013-12-17 | Removed superfluous models.py files. | Aymeric Augustin | |
| Added comments in the three empty models.py files that are still needed. Adjusted the test runner to add applications corresponding to test labels to INSTALLED_APPS even when they don't have a models module. | |||
| 2013-12-05 | Removed 'return' in __init__ | maurycyp | |
| 2013-11-28 | Fixed E125 pep8 warnings | Christopher Medrela | |
| 2013-11-11 | Fixed #21388 -- Corrected language code for Frisian | Bouke Haarsma | |
| 2013-11-02 | Fixed all E261 warnings | coagulant | |
| 2013-11-02 | Fixed #21302 -- Fixed unused imports and import *. | Tim Graham | |
| 2013-11-02 | Continue to attack E302 violations | Alex Gaynor | |
| 2013-10-31 | Started attackign the next flake8 violation | Alex Gaynor | |
| 2013-10-24 | Start attacking E231 violations | Alex Gaynor | |
| 2013-10-23 | Fixed #21298 -- Fixed E301 pep8 warnings | Alasdair Nicol | |
| 2013-10-22 | Removed import * in tests. | Tim Graham | |
| Thanks to flake8 path/to/file.py | awk -F ' ' '{ print $5 }' | sort | uniq | |||
| 2013-10-21 | Fixed #21288 -- Fixed E126 pep8 warnings | Alasdair Nicol | |
| 2013-10-18 | Fixed #21268 -- Fixed E303 pep8 warnings | Alasdair Nicol | |
| 2013-10-17 | Fixed #21285 -- Fixed E121,E122 pep8 warnings | Alasdair Nicol | |
| 2013-10-17 | Fixed #21259 -- Fixed formstools wizard for InlineFormSet. | Kathryn Killebrew | |
| 2013-10-17 | Removed importing formtools tests in __init__.py | Tim Graham | |
| Unnecessary since introduction of DiscoveryTestRunner in 9012833af8. | |||
| 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-09-30 | * Fixing improper grammar | Adam Haney | |
| 2013-08-04 | Fixed a number of lint warnings, particularly around unused variables. | Alex Gaynor | |
| 2013-08-04 | Deprecated SortedDict (replaced with collections.OrderedDict) | Curtis Maloney | |
| Thanks Loic Bistuer for the review. | |||
| 2013-07-29 | Removed most of absolute_import imports | Claude Paroz | |
| Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way. | |||
| 2013-07-29 | Deprecated django.utils.importlib | Claude Paroz | |
| This was a shim for pre-Python 2.7 support. | |||
| 2013-07-27 | Fixed a number of minor misspellings. | Julien Phalip | |
| 2013-07-01 | Stopped using django.utils.unittest in the test suite. | Aymeric Augustin | |
| Refs #20680. | |||
| 2013-06-19 | Removed several unused imports. | Aymeric Augustin | |
| 2013-06-18 | Fixed #20199 -- Allow ModelForm fields to override error_messages from model ↵ | Loic Bistuer | |
| fields | |||
