summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-02Revert change to django/test/_doctest.pyRay Ashman Jr
2013-11-02Fixed failing test around DST change.Loic Bistuer
2013-11-02Correct flake8 E302 violationsRay Ashman Jr
2013-11-02Fixed all E261 warningscoagulant
2013-11-02Fixed syntax error in queries/tests.pyAnssi Kääriäinen
2013-11-02Fixed #14511 -- bug in .exclude() queryAnssi Kääriäinen
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-11-02Merge pull request #1849 from brabadu/masterAlex Gaynor
2013-11-02Replaced a hardcoded "2" with the right named constantAlex Gaynor
2013-11-02Fixed flake8 E241Boryslav Larin
2013-11-02Merge pull request #1848 from rayashmanjr/masterAlex Gaynor
2013-11-02Correct flake8 violation E261Ray Ashman Jr
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-11-02Fixed #21375 -- related_name='+' clashed with other '+' namesAnssi Kääriäinen
2013-11-02Merge pull request #1847 from Bouke/docs/djangoAlex Gaynor
2013-11-02Django should be capitalized in textBouke Haarsma
2013-11-02Fixed #21366 -- regression in join promotion logicAnssi Kääriäinen
2013-11-02Fixed #21373 -- Typo fixed in i18n docsClaude Paroz
2013-11-02Fixed #21341 -- Eased https requests with the test clientUnai Zalakain
2013-11-02Continue to attack E302 violationsAlex Gaynor
2013-11-02Merge pull request #1799 from Bouke/tickets/9523Aymeric Augustin
2013-11-02Fixed #21354 -- Documented contrib.redirects defaults to 301 redirectsBouke Haarsma
2013-11-02Fixed #21324 -- Translate CSRF failure viewBouke Haarsma
2013-11-02Fixed #9523 -- Restart runserver after translation MO files changeBouke Haarsma
2013-11-01Fixed spelling ("dependant" -> "dependent")Tim Graham
2013-11-01Merge pull request #1839 from sbellem/small-typo-fixTim Graham
2013-11-01Fixed typo -- "a" user, not "an" userSylvain Bellemare
2013-11-01Fixed #21364 -- Specified InnoDB full-text support from MySQL 5.6.4 onClaude Paroz
2013-11-01Fixed #21359 -- Corrected MySQL collation name in databases docsClaude Paroz
2013-11-01Improved resource limits handling in the kqueue autoreloader.Aymeric Augustin
2013-10-31Fixed #18508 -- tests for repeated deletion bug in ModelFormSetOle Laursen
2013-10-31Fixed #15529 -- More permissive geojson syntax in constructorClaude Paroz
2013-10-31Fixed #21339 -- Documented removal of some form field error messagesClaude Paroz
2013-10-31Started attackign the next flake8 violationAlex Gaynor
2013-10-31Merge pull request #1830 from aaugustin/instant-reload-os-xAymeric Augustin
2013-10-31Reduce the set of events that trigger a reload.Aymeric Augustin
2013-10-30Add instant autoreload on platforms supporting kqueue.Aymeric Augustin
2013-10-30Merge pull request #1829 from akaariai/ticket_14877Anssi Kääriäinen
2013-10-30Fixed #14877 -- repeated deletion using formsetsAnssi Kääriäinen
2013-10-30Fixed some flake8 issuesAlex Gaynor
2013-10-30Fixed #9722 - used pyinotify as change detection system when availableUnai Zalakain
2013-10-30Auto-apply initial migrations if their tables exist already.Andrew Godwin
2013-10-30Fixed #21306 -- Documented lower-casing behavior of title filter.Tim Graham
2013-10-30Fixed #21294 -- Clarified the logout next_page argument.Tim Graham
2013-10-30Fixed #21347 -- Added missing JS variable declaration.Tim Graham
2013-10-30Fixed #20610: Added a message level dict to contrib.message context processor.Baptiste Mispelon
2013-10-30Documented the limitation on sep argument to SignerAntoine Catton
2013-10-30Fixed #21316 -- Documented that modifying safe strings makes them unsafe.Tim Graham
2013-10-30Documented removal of django.core.servers.basehttp.WSGIServerExceptionTim Graham
2013-10-30Added some more tests for the debug page.Baptiste Mispelon