summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-20[1.4.x] Bump version numbers to roll a clean package.1.4.5James Bennett
2013-02-20[1.4.x] Note that ALLOWED_HOSTS default changes in Django 1.5.Carl Meyer
2013-02-19[1.4.x] Fixed #19857 -- Fixed broken docs link in project template.Carl Meyer
2013-02-19[1.4.x] Don't characterize XML vulnerabilities as DoS-only.Carl Meyer
2013-02-19[1.4.x] Bump version numbers for security release.1.4.4James Bennett
2013-02-19[1.4.x] Update 1.4.4 release notes for all security fixes.Carl Meyer
2013-02-19[1.4.x] Added a default limit to the maximum number of forms in a formset.Aymeric Augustin
2013-02-19[1.4.x] Checked object permissions on admin history view.Carl Meyer
2013-02-19[1.4.x] Restrict the XML deserializer to prevent network and entity-expansion...Carl Meyer
2013-02-19[1.4.x] Added ALLOWED_HOSTS setting for HTTP host header validation.Carl Meyer
2013-02-16[1.4.x] Fixed #19824 - Corrected the class described for Field.primary_key fr...Tim Graham
2013-02-16[1.4.x] Fixed #19812 - Removed a duplicate phrase in the widget docs.Tim Graham
2013-02-16[1.4.x] Fixed #19719 - Removed misleading example from ModelForm documentationAlex Hunley
2013-02-12[1.4.x] Fixed #19815 - Removed an unused import in tutorial 3.Tim Graham
2013-02-13[1.4.x] Removed try-except in django.db.close_connection()Anssi Kääriäinen
2013-02-11Fixed WSGIPythonPath instruction in deployment docsClaude Paroz
2013-02-10[1.4.x] Made custom m2m fields without through easier to useAnssi Kääriäinen
2013-02-10[1.4.x] Fixed #19707 -- Reset transaction state after requestsAnssi Kääriäinen
2013-02-10[1.4.x] Fixed #19645 -- Added tests for TransactionMiddlewareAnssi Kääriäinen
2013-02-07[1.4.x] Fixed #19756 - Corrected a ManyToMany example and added some links an...Tim Graham
2013-02-02[1.4.x] Fixed #19702 -- Changed a SQL command syntax to be MySQL 4-compatibleClaude Paroz
2013-02-02[1.5.x] Lowered field ordering requirement in ogrinspect testClaude Paroz
2013-02-02[1.4.x] Fixed #18144 -- Added backwards compatibility with old unsalted MD5 p...Claude Paroz
2013-01-17[1.4.x] Fixed #19555 - Removed '2012' from tutorial 1.Tim Graham
2013-01-09[1.4.x] Addeded CSS to bold deprecation notices.Tim Graham
2012-12-21[1.4.X] Fixed #19506 - Remove 'mysite' prefix in model example.Tim Graham
2012-12-19[1.4.x] Added PASSWORD_HASHERS to settings reference document.Ramiro Morales
2012-12-15[1.4.X] Fixed #18099 -- corrected a typo in the initial data docs. Thanks to...Alex Gaynor
2012-12-10[1.4.X] Fixed a test failure in the comment tests.Florian Apolloner
2012-12-10[1.4.x] Bump version numbers for security release.1.4.3James Bennett
2012-12-10[1.4.X] Fixed a security issue in get_host.Florian Apolloner
2012-12-10[1.4.X] Fixed #18856 -- Ensured that redirects can't be poisoned by malicious...Florian Apolloner
2012-12-04[1.4.x] Fixed the admin_filters tests for Postgres.Julien Phalip
2012-12-03[1.4.x] Fixed #19318 -- Ensured that the admin's SimpleListFilter options can...Sebastián Magrí
2012-11-24[1.4.x] Fixed ordering-related failure in m2m_through_regress testsAnssi Kääriäinen
2012-11-24[1.4.x] Restored Python 2.5 compatibility in m2m_through_regress tests.Aymeric Augustin
2012-11-24[1.4.x] Fixed SQLite's collapsing of same-valued instances in bulk_createAnssi Kääriäinen
2012-11-22[1.4.X] Fixed #19317 - Added an image for warning blocks in the docsTim Graham
2012-11-21[1.4.x] Added examples of using startproject/app with URLsPreston Holmes
2012-11-20[1.4.x] Corrected docs about default value of MESSAGE_STORAGELuke Plant
2012-11-17[1.4.X] Fixed #13997 - Added an example of constructing a MultiWidget and doc...Tim Graham
2012-11-15[1.4.x] Fixed #19058 -- Fixed Oracle GIS crashAnssi Kääriäinen
2012-11-13[1.4.X] Typo in comments docNicolas Ippolito
2012-11-02Fixed #19225 -- Typo in shortcuts docs.Aymeric Augustin
2012-10-29[1.4.x] Fixed #19208 -- Docs for mod_wsgi daemon modeAymeric Augustin
2012-10-29[1.4.x] Fixed #19172 -- Isolated poisoned_http_host tests from 500 handlersClaude Paroz
2012-10-28[1.4.x] Fixed #18823 -- Ensured m2m.clear() works when using through+to_fieldAnssi Kääriäinen
2012-10-24[1.4.X] Fixed #9471 - Expanded ModelAdmin.raw_id_fields docs; thanks adroffne...Tim Graham
2012-10-23[1.4.x] Fix an HTML-parser test that's failed in Python 2.6.8 since 5c79dd58.Carl Meyer
2012-10-21Added 1.4.2 release notesPreston Holmes