summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2013-09-15[1.4.x] Removed usage of b"" string syntax for Python 2.5 compatibility.1.4.8Russell Keith-Magee
2013-09-14[1.4.x] Add release notes and bump version numbers for 1.4.8 security release.James Bennett
2013-09-15[1.4.x] Ensure that passwords are never long enough for a DoS.Russell Keith-Magee
2013-09-13Fixed #18923 -- Corrected usage of sensitive_post_parameters in contrib.authTim Graham
2013-09-11[1.4.x] Bump version post-release.Tim Graham
2013-09-10[1.4.x] Bump version numbers for 1.4.7 security release.1.4.7James Bennett
2013-09-10[1.4.x] Prevented arbitrary file inclusion with {% ssi %} tag and relative pa...Tim Graham
2013-09-09[1.4.x] Fixed #20707 -- Added explicit quota assignment to Oracle test userСадовский Николай
2013-08-18[1.4.x] Fixed #20907 - Test failure on OracleShai Berger
2013-08-13Bump version post-release.Jacob Kaplan-Moss
2013-08-13Bumped version numbers for 1.4.6.Jacob Kaplan-Moss
2013-08-13Fixed is_safe_url() to reject URLs that use a scheme other than HTTP/S.Jacob Kaplan-Moss
2013-06-24[1.4.x] Fixed oversight in e3b6fed3. Refs #20636.Aymeric Augustin
2013-06-24[1.4.x] Fixed #20636 -- Stopped stuffing values in the settings.Aymeric Augustin
2013-03-28[1.4.x] Bump version to no longer claim to be 1.4.5 final.Carl Meyer
2013-02-25[1.4.x] Fixed #18144 -- Restored compatibility with SHA1 hashes with empty salt.Aymeric Augustin
2013-02-21[1.4.x] Made a couple of selenium tests wait for page loadedAnssi Kääriäinen
2013-02-20[1.4.x] Bump version numbers to roll a clean package.1.4.5James Bennett
2013-02-19[1.4.x] Fixed #19857 -- Fixed broken docs link in project template.Carl Meyer
2013-02-19[1.4.x] Bump version numbers for security release.1.4.4James Bennett
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-13[1.4.x] Removed try-except in django.db.close_connection()Anssi Kääriäinen
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-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
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-03[1.4.x] Fixed #19318 -- Ensured that the admin's SimpleListFilter options can...Sebastián Magrí
2012-11-24[1.4.x] Fixed SQLite's collapsing of same-valued instances in bulk_createAnssi Kääriäinen
2012-11-15[1.4.x] Fixed #19058 -- Fixed Oracle GIS crashAnssi Kääriäinen
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-23[1.4.x] Fix an HTML-parser test that's failed in Python 2.6.8 since 5c79dd58.Carl Meyer
2012-10-17[1.4.x] Bump ALL the version numbers.1.4.2James Bennett
2012-10-17Fixed a security issue related to password resetsPreston Holmes
2012-10-13[1.4.x] Fixed #18881 -- Made the context option in {% trans %} and {% blocktr...Julien Phalip
2012-10-04[1.4.X] Fixed #19051 - Fixed Selenium tearDownClass method; thanks glarrain f...Tim Graham
2012-09-30[1.4.x] -- Fixed Python 2.5 compatibility issuesAnssi Kääriäinen
2012-09-27[1.4.x] Fixed #18979 -- Avoid endless loop caused by "val in PermLookupDict"Anssi Kääriäinen
2012-09-15[1.4.X] Fixed #18530 -- Fixed a small regression in the admin filters where w...Julien Phalip
2012-09-07[1.4.x] [py3] Added forwards-compatible aliases.Aymeric Augustin
2012-09-02[1.4.x] Fixed #17788 -- Added batch_size argument to qs.bulk_create()Anssi Kääriäinen
2012-09-01[1.4.x] Fixed #18212 -- Standardized arguments of GenericIPAddressFieldClaude Paroz
2012-08-16[1.4.x] Fixed #18239 -- Subclassed HTMLParser only for selected Python versionsRaphaël Hertzog