summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-07Fix #15126: Better error message when passing invalid options to ModelForm.Meta.Baptiste Mispelon
2013-04-06Explicitly removes dismissCalendarAndrew Jesaitis
2013-04-06Explicitly removes dismissClockAndrew Jesaitis
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
2013-04-05Added release note about percent literals in cursor.executeClaude Paroz
2013-04-05Removed LocaleMiddleware from settings template.Aymeric Augustin
2013-04-04Merge pull request #993 from almostabc/template-include-docs-updateSimon Charette
2013-04-05Removed a trailing space in the template name on line 174.Andrew Brown
2013-04-04Fixed a line that was overindented.Alex Gaynor
2013-04-04Removed instructions about download_url from release process notes.Jacob Kaplan-Moss
2013-04-04Remove download_url from setup.pyDonald Stufft
2013-04-04Merge pull request #992 from bmispelon/ticket-20195Claude Paroz
2013-04-04Fix #20195: wrong reference in session settings documentation.Baptiste Mispelon
2013-04-04Merge pull request #985 from intgr/atomic_typoTim Graham
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-03Adjusted download_url in setup.pyFlorian Apolloner
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-02Move last remaining tests out of models.py files; prep for test discovery.Preston Timmons
2013-04-02Added a dedication to Malcolm to release notes.Ramiro Morales
2013-04-02Fixed #19748 - Documented django.utils.module_loading.import_by_pathTim Graham
2013-04-01Fixed deprecation warnings introduced by 97774429aeb54df4c09895c07cd1b09e7020...Simon Charette
2013-04-01Relaxed time frame check in test_strip_tagsClaude Paroz
2013-04-01Fixed #20169 -- Ensured that the WSGI request's path is correctly based on th...Julien Phalip
2013-04-01Fixed #16737 -- Support non-ascii column names in inspectdbClaude Paroz
2013-04-01Imported unittest from django.utils in util_testsClaude Paroz
2013-04-01Fixed #5014 -- Guessed max_digits and decimal_places for SQLiteClaude Paroz
2013-04-01Fixed getting max_digits for MySQL decimal fieldsClaude Paroz
2013-04-01Added more tests for strip_tags utilityClaude Paroz
2013-04-01Fixed #20172 -- Ensured urlize supports IPv4/IPv6 addressesClaude Paroz
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
2013-03-31Fixed #19220 -- Prevented decimals to be displayed in scientific notationClaude Paroz
2013-03-31Fixed #8649 - Documented a caveat about dynamically adjusting formsets.Tim Graham
2013-03-31Fixed #9913 - Clarified User.is_authenticated docs.Tim Graham
2013-03-31Fixed #20168 - Generalized a PostgreSQL specific database query in the docs.Tim Graham
2013-03-30Fixed some markup in formtools docs.Tim Graham
2013-03-30Fixes #20162 -- Added a note in the documentation for `static.serve()` about ...Julien Phalip
2013-03-30Fixed #19492 - Added a link to the uWSGI/Django tutorial.Tim Graham
2013-03-30Removed site cache clearing in TestCase._fixture_setupClaude Paroz
2013-03-30Fixed #18277 - Clarified startproject documentation.Tim Graham
2013-03-30Merge pull request #963 from richardcornish/masterTim Graham
2013-03-30Remove unnecessary if conditionsAlisson