summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2013-11-02Django should be capitalized in textBouke Haarsma
2013-11-02Fixed #21373 -- Typo fixed in i18n docsClaude Paroz
2013-11-02Fixed #21341 -- Eased https requests with the test clientUnai Zalakain
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 #9523 -- Restart runserver after translation MO files changeBouke Haarsma
2013-11-01Fixed spelling ("dependant" -> "dependent")Tim 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-10-31Fixed #21339 -- Documented removal of some form field error messagesClaude Paroz
2013-10-30Fixed #9722 - used pyinotify as change detection system when availableUnai Zalakain
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 #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-29Fixed #8261 -- ModelAdmin hook for customising the "show on site" buttonUnai Zalakain
2013-10-29Mark this as a python code-blockAlex Gaynor
2013-10-28Fixed #21344 -- Typo in docs/ref/models/queries.txtTim Graham
2013-10-27Fix note syntax usage.Eric Holscher
2013-10-26Fixed all the E203 violationsAlex Gaynor
2013-10-25Fixed #21325 -- Added missing argument to permission_required decorator.Tim Graham
2013-10-25Fixed typo in docs/releases/1.4.9.txt.Paolo Melchiorre
2013-10-24Fixed doc typo in previous commit.Tim Graham
2013-10-24Fixed #21271 -- Added timeout parameter to SMTP EmailBackend.SusanTan
2013-10-24Fixed #21219 -- Added a way to set different permission for static files.Vajrasky Kok
2013-10-24Fixed #20338 -- Stripped ending dot during host validationClaude Paroz
2013-10-23Fixed #20945 -- Allowed cache tag to use a specific cache.Curtis Maloney
2013-10-23Bumped release date for 1.5.5 & 1.4.9.Tim Graham
2013-10-23Fixed #19941 -- Removed sys.path hack when running the test suite.Tim Graham
2013-10-23typo on 1.7 release notesCollin Anderson
2013-10-23Fixed #13245: Explained Oracle's behavior w.r.t db_tableShai Berger
2013-10-23Fixed E225 pep8 warnings.Tim Graham
2013-10-22Added 1.5.5 and 1.4.9 release notesTim Graham
2013-10-22Fixed #21304 -- Typo in docs/topics/testing/advanced.txtTim Graham
2013-10-22Fixed #17027 -- Added support for the power operator in F expressions.Florian Hahn
2013-10-22Fixed E221 pep8 warnings.Tim Graham
2013-10-22Fixed #5789 -- Changed LocaleMiddleware session variable to '_language'.Bouke Haarsma
2013-10-22Fixed indentation of example in tutuorial 2.Phil Elson
2013-10-21Added docs for the hasher's iteration count changes.Tim Graham
2013-10-21Fixed #21296 -- Added docs for PostgreSQL and unix domains sockets.Riccardo Magliocchetti
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21212 -- Documented the reverse name for OneToOneField.Juergen Schackmann
2013-10-18Added a warning regarding session security and subdomains.Tim Graham
2013-10-18Fixed ReST error in 1.6. release notes.Tim Graham
2013-10-17Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol
2013-10-17Removed 1.6 release note text regarding password limit length.Tim Graham
2013-10-17Fixed #18659 -- Deprecated request.REQUEST and MergeDictBouke Haarsma