summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-02Replaced a hardcoded "2" with the right named constantAlex Gaynor
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
2013-10-30Fixed #21345: Don't evaluate callable settings in the debug page.Baptiste Mispelon
2013-10-29Fixed a F811 warning introduced by 35db9d58d6.Simon Charette
2013-10-29Fixed #8261 -- ModelAdmin hook for customising the "show on site" buttonUnai Zalakain
2013-10-29Use `callable` instead of `six.callable`.Baptiste Mispelon
2013-10-29Mark this as a python code-blockAlex Gaynor
2013-10-28Fixed #21344 -- Typo in docs/ref/models/queries.txtTim Graham
2013-10-28Rearranged some i18n testsClaude Paroz
2013-10-27Rearranged some file-related testsClaude Paroz
2013-10-27Fixed test that reads a migration file from disk.Ramiro Morales