summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Collapse)Author
2013-04-13Fixed #4117: Apply id attribute to the outer <ul> of RadioSelectBaptiste Mispelon
2013-04-13Fixed #19874: Apply id attribute to the outer <ul> of CheckboxSelectMultipleBaptiste Mispelon
2013-04-12Modified test_utils to work with unittest2 discovery.Preston Timmons
2013-04-12Fixed #20237 (again) Allowed binary parameter to assertContainsClaude Paroz
2013-04-12Fixed #20211: Document backwards-incompatible change in BoundField.label_tagBaptiste Mispelon
Also cleaned up label escaping and consolidated the test suite regarding label_tag.
2013-04-11Changed a deprecated warn() call in libgeosClaude Paroz
2013-04-11Fixed #20237 -- Reenabled assertContains with binary parameterClaude Paroz
Thanks Baptiste Mispelon for the review.
2013-04-10Fixed #20231 -- Don't use allow_lazy on smart_splitBaptiste Mispelon
2013-04-08Fixed #14019 -- Initialize `SQLInsertCompiler.return_id` attribute.Tobias McNulty
2013-04-08Merge pull request #938 from darklow/ticket_20111Jannis Leidel
Added more precise message level for succcess and warning messages
2013-04-08Fix #20111 Added more precise message level for succcess and warning messagesKaspars Sprogis
2013-04-07Fix #15126: Better error message when passing invalid options to ModelForm.Meta.Baptiste Mispelon
2013-04-06Explicitly removes dismissCalendarAndrew Jesaitis
Uses the removeEvent function in core.js to remove the dismissCalendar function from the document click event. Fixes #4045.
2013-04-06Explicitly removes dismissClockAndrew Jesaitis
Uses the removeEvent function in core.js to remove the function from the document click event. Refs #4045.
2013-04-05Fixed #20207 -- Handle ManyToManyField with a unicode name correctly.Simon Charette
2013-04-05Fixed #20114 -- support custom project login_url in testsPreston Holmes
Thanks to Matias Bordese for the patch
2013-04-05Removed 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-04Fixed a line that was overindented.Alex Gaynor
2013-04-04Merge pull request #985 from intgr/atomic_typoTim Graham
Fixed typo in transaction.Atomic docstring
2013-04-03Adds generators support for email backends that do not support it.Brendon Crawford
2013-04-03Fix contrib.messages tests for discovery.Carl Meyer
2013-04-03Fixed #20038 -- Better error message for host validation.Baptiste Mispelon
2013-04-03Fix typo in transaction.Atomic docstringMarti Raudsepp
2013-04-02Modified auth to work with unittest2 discovery.Preston Timmons
2013-04-02Modified sitemaps to work with unittest2 discovery.Preston Timmons
2013-04-02Modified messages to work with unittest2 discovery.Preston Timmons
2013-04-02Modified formtools to work with unittest2 discovery.Preston Timmons
2013-04-02Updated flatpages tests for unittest2 discovery.Preston Timmons
2013-04-02Modified admindocs tests to work with unittest2 discovery.Preston Timmons
2013-04-01Fixed deprecation warnings introduced by ↵Simon Charette
97774429aeb54df4c09895c07cd1b09e70201f7d.
2013-04-01Fixed #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-01Fixed #16737 -- Support non-ascii column names in inspectdbClaude Paroz
Thanks moof at metamoof.net for the report.
2013-04-01Fixed #5014 -- Guessed max_digits and decimal_places for SQLiteClaude Paroz
Decimal is treated as float on SQLite, hence inspectdb can only guess max_digits and decimal_places arguments.
2013-04-01Fixed getting max_digits for MySQL decimal fieldsClaude Paroz
Refs #5014.
2013-04-01Fixed #20172 -- Ensured urlize supports IPv4/IPv6 addressesClaude Paroz
Thanks Marc Aymerich for the report and the initial patch.
2013-04-01Updated some 'Dive Into Python' linksClaude Paroz
2013-03-31Fixed #20167 -- Preserve the traceback of `ImportError`s in `import_by_path`.Joe Friedl
Thanks @carljm for the review.
2013-03-31Fixed #19220 -- Prevented decimals to be displayed in scientific notationClaude Paroz
Thanks nebstrebor for the report and antofik for the patch.
2013-03-30Removed site cache clearing in TestCase._fixture_setupClaude 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-30Remove unnecessary if conditionsAlisson
if obj it None, it's None, there's no need to check it
2013-03-30Fixed #20059 -- Updated humanize tests to force 'en' language setting.matiasb
2013-03-30Fixed #20130 -- Regression in {% cache %} template tag.Baptiste Mispelon
2013-03-30Fixed #19998 -- Fixed --ignorenonexistent support for XML based fixtures.Christoph Sieghart
2013-03-29Fixed #14540 -- Added Porto-Rico specific formatsClaude Paroz
Thanks rosarior for the report and the file proposal.
2013-03-28Fixed #19954 -- Fixed MySQL _last_executed decodingClaude 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-28Fixed spelling errorsGavin Wahl
2013-03-28Fixed spelling of "consistent" in admin/options.pyRocky Meza
2013-03-28Updated translation templatesClaude Paroz
2013-03-28Added Burmese languageClaude Paroz
Thanks to Yhal Htet Aung for the translation work.
2013-03-28Added Ossetic languageClaude Paroz
Thanks to Xwybylty Soslan for the translation work.