| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-20 | Prevented reverse() from generating URLs pointing to other hosts. | Florian Apolloner | |
| This is a security fix. Disclosure following shortly. | |||
| 2014-08-18 | Fixed #23136 -- Added a message when sqlclear does nothing | Gabriel Muñumel | |
| 2014-08-18 | Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate. | Baptiste Mispelon | |
| 2014-08-18 | Merge pull request #3075 from ramiro/makemessages-ignore-windows | Ramiro Morales | |
| Fixed #23298 -- Made makemessages actually ignore specified dirs on Wind... | |||
| 2014-08-18 | Fixed #23309 -- Fixed call_command to parse args correctly | Raffaele Salmaso | |
| 2014-08-15 | Fixed #23298 -- Made makemessages actually ignore specified dirs on Windows. | Ramiro Morales | |
| This was detected by two failures in the i18n.test_extraction of our test suite. Refs #20422, refs #22336 | |||
| 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 #23265 -- Used system-specific encoding in runserver | Claude Paroz | |
| Thanks SpaceFox for the report. | |||
| 2014-08-13 | Fixed flake8 warning. | Tim Graham | |
| 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-09 | Removed unused migrate option | Claude Paroz | |
| 2014-08-08 | Fixed #22336 -- Added path matching for makemessages ignore option | Justin Hamade | |
| This fixes a regression introduced by 9012a9e200. | |||
| 2014-08-03 | Ensured that Paginator.page_range works the same on Python 2 and 3. | Florian Apolloner | |
| This somewhat fixes #23088, refs 23140. | |||
| 2014-08-03 | Revert "Fixed #23088 -- Used `six` `range` type in `Paginator.page_range`." | Florian Apolloner | |
| This reverts commit 6508db2ff9fc5be95fec903b3fa7ab8204fe316a. Refs #23088. | |||
| 2014-07-30 | Fixed #23067 -- Updated docs to use django-admin | Christoph Heer | |
| 2014-07-30 | Fixed #23107 -- Made runserver output respect --no-color. | areski | |
| 2014-07-29 | Fixed #23092: Squashing handles external dependencies | Andrew Godwin | |
| 2014-07-29 | Fixed #23090: Document and enforce not double-squashing migrations | Andrew Godwin | |
| 2014-07-27 | Only warn about initial data if fixtures have been found. | Florian Apolloner | |
| 2014-07-26 | Fixed #16617 -- Added 'value' to BaseValidator params. | Anubhav Joshi | |
| Also allowed overriding the default messages in subclasses of BaseValidator. Thanks sperrygrove for initial patch. | |||
| 2014-07-25 | Mark initial_data as deprecated separately from syncdb. Refs #23077. | Andrew Godwin | |
| 2014-07-25 | Fixed #23088 -- Used `six` `range` type in `Paginator.page_range`. | Moayad Mardini | |
| 2014-07-18 | Fixed #23028: Added unique_togther support to inspectdb. | Damien Nozay | |
| 2014-07-16 | Ignored STATIC_ROOT and MEDIA_ROOT in makemessages | Claude Paroz | |
| Also alleviate issues with weird file names typically found in MEDIA_ROOT directories (#23010). Thanks Tim Graham for the review. | |||
| 2014-07-14 | Fixed #22791 -- Invoke interactive questioner only for conflicts in ↵ | Huu Nguyen | |
| specified apps. Thanks bendavis78 for the report and Tim Graham for the review. | |||
| 2014-07-12 | Removed extra newline. | Tim Graham | |
| 2014-07-11 | Fixed #22983: Alert when squashing RunPython operations with referred functions. | Andrew Godwin | |
| 2014-07-09 | Fixed #22223 -- Prevented over-escaping URLs in reverse() | Claude Paroz | |
| And follow more closely the class of characters defined in the RFC 3986. Thanks Erik van Zijst for the report and the initial patch, and Tim Graham for the review. | |||
| 2014-07-06 | Fixed #21079 -- Further normalized table names in inspectdb | Claude Paroz | |
| Thanks Michael Manfre for the report and Tim Graham for the review. | |||
| 2014-07-05 | Fixed various minor doc typos / references. | Daniel Hahler | |
| 2014-07-04 | Corrected domain max length for EmailValidator; refs #20631. | Tim Graham | |
| Thanks MarkusH for the report. | |||
| 2014-07-04 | Fixed #20631 -- Increased the default EmailField max_length to 254. | Tim Graham | |
| Thanks pmartin for the report. | |||
| 2014-07-04 | Fixed #22915 -- Document backward incompatible changes in the ↵ | Loic Bistuer | |
| ValidationError constructor. This patch also fixes update_error_dict to better handle the use case described in this ticket, previously the type of the provided container could be lost in some conditions. Thanks Russell Keith-Magee for the report and Tim Graham for review. | |||
| 2014-06-29 | Add missing spaces to implicitly joined strings | Ian Foote | |
| 2014-06-24 | Fixed #21668 -- Return detailed error page when SuspiciousOperation is ↵ | Anubhav Joshi | |
| raised and DEBUG=True Thanks GDorn and gox21 for report. Thanks Tim Graham for idea and review. | |||
| 2014-06-23 | Fixed #22487: Don't flush out data from before normal TestCases | Andrew Godwin | |
| 2014-06-23 | Refactored common code in handlers/base.py and urlresolvers.py | Anubhav Joshi | |
| 2014-06-23 | Fixed #8033 -- Explained app registry error during translation setup | Claude Paroz | |
| Thanks Tim Graham and Aymeric Augustin for the review. | |||
| 2014-06-22 | Clean up syncdb parts of migrate output if no synced apps | Andrew Godwin | |
| 2014-06-20 | Fixed #22862 -- Added --noinput option to makemigrations. | Huu Nguyen | |
| Thanks artortenburger for the report. | |||
| 2014-06-20 | Swapped placeholders in [sql]migrate command error | Claude Paroz | |
| 2014-06-19 | Fixed #22863: Improve clarity of makemigrations for non-db params | Andrew Godwin | |
| 2014-06-19 | Fixed #22835 -- Deprecated NoArgsCommand. | Maxime Turcotte | |
| 2014-06-16 | Fixed #22845 -- Correctly handled memcached default timeout value. | Vincent-Vega | |
| 2014-06-16 | Fixed #22848: Ignore no-migrations errors during makemigrations only | Andrew Godwin | |
| 2014-06-14 | Fixed #7762 -- Hidden full script name in command error output | Claude Paroz | |
| 2014-06-14 | Restored command error behavior when called from command line | Claude Paroz | |
| Refs #19973. | |||
| 2014-06-14 | Fixed several flake8 errors | Alex Gaynor | |
| 2014-06-14 | Converted remaining management commands to argparse | Claude Paroz | |
| 2014-06-14 | Converted test management command to argparse | Claude Paroz | |
| Keeping backwards compatibility with test_runner.option_list is tricky and would imply transforming an optparse.Option to an argparse.Action. I choose to introduce a backwards incompatible change because it only affects testing, not runtime behavior. | |||
