| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-04-13 | Fixed #4117: Apply id attribute to the outer <ul> of RadioSelect | Baptiste Mispelon | |
| 2013-04-13 | Fixed #19874: Apply id attribute to the outer <ul> of CheckboxSelectMultiple | Baptiste Mispelon | |
| 2013-04-12 | Modified test_utils to work with unittest2 discovery. | Preston Timmons | |
| 2013-04-12 | Fixed #20237 (again) Allowed binary parameter to assertContains | Claude Paroz | |
| 2013-04-12 | Fixed #20211: Document backwards-incompatible change in BoundField.label_tag | Baptiste Mispelon | |
| Also cleaned up label escaping and consolidated the test suite regarding label_tag. | |||
| 2013-04-11 | Changed a deprecated warn() call in libgeos | Claude Paroz | |
| 2013-04-11 | Fixed #20237 -- Reenabled assertContains with binary parameter | Claude Paroz | |
| Thanks Baptiste Mispelon for the review. | |||
| 2013-04-10 | Fixed #20231 -- Don't use allow_lazy on smart_split | Baptiste Mispelon | |
| 2013-04-08 | Fixed #14019 -- Initialize `SQLInsertCompiler.return_id` attribute. | Tobias McNulty | |
| 2013-04-08 | Merge pull request #938 from darklow/ticket_20111 | Jannis Leidel | |
| Added more precise message level for succcess and warning messages | |||
| 2013-04-08 | Fix #20111 Added more precise message level for succcess and warning messages | Kaspars Sprogis | |
| 2013-04-07 | Fix #15126: Better error message when passing invalid options to ModelForm.Meta. | Baptiste Mispelon | |
| 2013-04-06 | Explicitly removes dismissCalendar | Andrew Jesaitis | |
| Uses the removeEvent function in core.js to remove the dismissCalendar function from the document click event. Fixes #4045. | |||
| 2013-04-06 | Explicitly removes dismissClock | Andrew Jesaitis | |
| Uses the removeEvent function in core.js to remove the function from the document click event. Refs #4045. | |||
| 2013-04-05 | Fixed #20207 -- Handle ManyToManyField with a unicode name correctly. | Simon Charette | |
| 2013-04-05 | Fixed #20114 -- support custom project login_url in tests | Preston Holmes | |
| Thanks to Matias Bordese for the patch | |||
| 2013-04-05 | Removed LocaleMiddleware from settings template. | Aymeric Augustin | |
| It was added in 3f1c7b70537330435e2ec2fca9550f7b7fa4372e. Single language sites should always be translated in LANGUAGE_CODE, regardless of the browser's Accept-Language. Having LocaleMiddleware enabled can result in having some parts, like the admin, translated in an unexpected language, typically if someone browses a non-English website on a system set up in English. Since most websites won't be translated in multiple languages — especially at the time they're created — it's better not to enable LocaleMiddleware by default. Thanks Ramiro for the feedback. | |||
| 2013-04-04 | Fixed a line that was overindented. | Alex Gaynor | |
| 2013-04-04 | Merge pull request #985 from intgr/atomic_typo | Tim Graham | |
| Fixed typo in transaction.Atomic docstring | |||
| 2013-04-03 | Adds generators support for email backends that do not support it. | Brendon Crawford | |
| 2013-04-03 | Fix contrib.messages tests for discovery. | Carl Meyer | |
| 2013-04-03 | Fixed #20038 -- Better error message for host validation. | Baptiste Mispelon | |
| 2013-04-03 | Fix typo in transaction.Atomic docstring | Marti Raudsepp | |
| 2013-04-02 | Modified auth to work with unittest2 discovery. | Preston Timmons | |
| 2013-04-02 | Modified sitemaps to work with unittest2 discovery. | Preston Timmons | |
| 2013-04-02 | Modified messages to work with unittest2 discovery. | Preston Timmons | |
| 2013-04-02 | Modified formtools to work with unittest2 discovery. | Preston Timmons | |
| 2013-04-02 | Updated flatpages tests for unittest2 discovery. | Preston Timmons | |
| 2013-04-02 | Modified admindocs tests to work with unittest2 discovery. | Preston Timmons | |
| 2013-04-01 | Fixed deprecation warnings introduced by ↵ | Simon Charette | |
| 97774429aeb54df4c09895c07cd1b09e70201f7d. | |||
| 2013-04-01 | Fixed #20169 -- Ensured that the WSGI request's path is correctly based on ↵ | Julien Phalip | |
| the `SCRIPT_NAME` environment parameter or the `FORCE_SCRIPT_NAME` setting, regardless of whether or not those have a trailing slash. Thanks to bmispelon for the review. | |||
| 2013-04-01 | Fixed #16737 -- Support non-ascii column names in inspectdb | Claude Paroz | |
| Thanks moof at metamoof.net for the report. | |||
| 2013-04-01 | Fixed #5014 -- Guessed max_digits and decimal_places for SQLite | Claude Paroz | |
| Decimal is treated as float on SQLite, hence inspectdb can only guess max_digits and decimal_places arguments. | |||
| 2013-04-01 | Fixed getting max_digits for MySQL decimal fields | Claude Paroz | |
| Refs #5014. | |||
| 2013-04-01 | Fixed #20172 -- Ensured urlize supports IPv4/IPv6 addresses | Claude Paroz | |
| Thanks Marc Aymerich for the report and the initial patch. | |||
| 2013-04-01 | Updated some 'Dive Into Python' links | Claude Paroz | |
| 2013-03-31 | Fixed #20167 -- Preserve the traceback of `ImportError`s in `import_by_path`. | Joe Friedl | |
| Thanks @carljm for the review. | |||
| 2013-03-31 | Fixed #19220 -- Prevented decimals to be displayed in scientific notation | Claude Paroz | |
| Thanks nebstrebor for the report and antofik for the patch. | |||
| 2013-03-30 | Removed site cache clearing in TestCase._fixture_setup | Claude Paroz | |
| The test suite doesn't seem to suffer from this removal. Tests should probably take care themselves to clear caches if they depend on it. | |||
| 2013-03-30 | Remove unnecessary if conditions | Alisson | |
| if obj it None, it's None, there's no need to check it | |||
| 2013-03-30 | Fixed #20059 -- Updated humanize tests to force 'en' language setting. | matiasb | |
| 2013-03-30 | Fixed #20130 -- Regression in {% cache %} template tag. | Baptiste Mispelon | |
| 2013-03-30 | Fixed #19998 -- Fixed --ignorenonexistent support for XML based fixtures. | Christoph Sieghart | |
| 2013-03-29 | Fixed #14540 -- Added Porto-Rico specific formats | Claude Paroz | |
| Thanks rosarior for the report and the file proposal. | |||
| 2013-03-28 | Fixed #19954 -- Fixed MySQL _last_executed decoding | Claude Paroz | |
| Queries can contain binary data undecodable with utf-8. In this case, using the 'replace' errors mode when decoding seems like an acceptable representation of the query. Thanks Marcel Ryser for the report. | |||
| 2013-03-28 | Fixed spelling errors | Gavin Wahl | |
| 2013-03-28 | Fixed spelling of "consistent" in admin/options.py | Rocky Meza | |
| 2013-03-28 | Updated translation templates | Claude Paroz | |
| 2013-03-28 | Added Burmese language | Claude Paroz | |
| Thanks to Yhal Htet Aung for the translation work. | |||
| 2013-03-28 | Added Ossetic language | Claude Paroz | |
| Thanks to Xwybylty Soslan for the translation work. | |||
