summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-17[1.4.x] Bump ALL the version numbers.1.4.2James Bennett
2012-10-17[1.4.x] Bump version numbers for security release.James Bennett
2012-10-17Fixed an error in the set cookie documentationPreston Holmes
2012-10-17Fixed a security issue related to password resetsPreston Holmes
2012-10-17[1.4.X] Fixed #18473 - Fixed a suggestion that GZipMiddleware needs to be fir...Tim Graham
2012-10-16[1.4.x] Fixed a couple links that didn't backport cleanlyTim Graham
2012-10-16[1.4.X] Fixed #18548 - Clarified note regarding reusing model instances when ...Tim Graham
2012-10-15[1.4.X] Fixed #10936 - Tempered recommendation of SQLite - thanks Karen Trace...Tim Graham
2012-10-13[1.4.x] Fixed #18881 -- Made the context option in {% trans %} and {% blocktr...Julien Phalip
2012-10-13[1.4.x] Fixed #19119 -- Corrected default date input formats in docsClaude Paroz
2012-10-12[1.4.x] Fixed #18996 - Clarified overriden model methods not called on bulk o...Tim Graham
2012-10-12[1.4.X] Fixed #18256 - Added a potential pitfall when upgrading to MySQL 5.5.5Tim Graham
2012-10-11[1.4.X] Fixed #10936 - Noted that using SQLite for development is a good ideaTim Graham
2012-10-11[1.4.X] Fixed #16588 - Warned about field names that conflict with the model APITim Graham
2012-10-11[1.4.X] Fixed #14165 - Documented that TransactionMiddleware only applies to ...Tim Graham
2012-10-11[1.4.X] Fixed #16817 - Added a guide of code coverage to contributing docs.Tim Graham
2012-10-10[1.4.x] Fixed #4501 - Documented how to use coverage.py with Django tests.Tim Graham
2012-10-06[1.4.X] Fixed #17435 - Clarified that QuerySet.update returns the number of r...Tim Graham
2012-10-05Fixed #19072 -- Corrected an external file path in GeoIP docsClaude Paroz
2012-10-04[1.4.X] Fixed #19051 - Fixed Selenium tearDownClass method; thanks glarrain f...Tim Graham
2012-10-03[1.4.X] Fixed #19006 - Quoted filenames in Content-Disposition header.Tim Graham
2012-10-03[1.4.X] Fixed #18413 - Noted that a model's files are not deleted when the mo...Tim Graham
2012-09-30[1.4.X] Fixed #15338 - Documented django.utils.decoratorsTim 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-22[1.4.X] Fixed #18057 - Documented that caches are not cleared after each test...Tim Graham
2012-09-19[1.4.X] Fixed #15325 - Added a link to RelatedManager in the ManytoManyField ...Tim Graham
2012-09-19[1.4.X] Fixed #14829 - Added references to CBVs in the URLConf docs; thanks A...Tim Graham
2012-09-19[1.4.X] Fixed #13586 - Added an example of how to connect a m2m_changed signa...Tim Graham
2012-09-15[1.4.X] Fixed #18530 -- Fixed a small regression in the admin filters where w...Julien Phalip
2012-09-15[1.4.x] Fixed #18131 - Documented ContentTypeManager.get_for_id; thanks sir_s...Tim Graham
2012-09-15[1.4.x] Fixed #16929 - Documented how to extend UserAdmin with UserProfile fi...Tim Graham
2012-09-15[1.4.X] Added an example of using a form wizard with different templates; tha...Tim Graham
2012-09-15[1.4.x] Fixed #11185 - Expanded docs on customizing widgets; thanks fadeev fo...Tim Graham
2012-09-08[1.4.x] Fixed some broken links in 1.4 docsTim Graham
2012-09-08[1.4.X] Fixed #18478 - Documented how to use a mutable default in a model field.Tim Graham
2012-09-08[1.4.X] Fixed #15566 - Documented that update() doesn't honor DateField.auto_nowTim Graham
2012-09-07[1.4.X] Fixed #18490 - Updated DateField input formats; thanks dloewenherz fo...Tim Graham
2012-09-07[1.4.x] [py3] Added forwards-compatible aliases.Aymeric Augustin
2012-09-05[1.4.X] Fixed #18904 - Typo in MySQL link; thanks Johie Anderson for the report.Tim Graham
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] Merge pull request #315 from streeter/auth-docs-cleanup-patchTim Graham
2012-09-01[1.4.X] Fixed #18840 - Added a mentioned of the upload_to parameter to the Mo...Tim Graham
2012-09-01[1.4.x] Fixed #18212 -- Standardized arguments of GenericIPAddressFieldClaude Paroz
2012-09-01[1.4.x] Fixed #13608 - Noted that template lookups use literal values.Tim Graham
2012-09-01[1.4.X] Fixed #16936 - Updated javascript for CSRF protection.Tim Graham
2012-08-31[1.4.X] Fixed #18642 - Added a note suggesting the use of render() rather tha...Tim Graham
2012-08-31[1.4.X] Fixed #16309 - Made ModelAdmin.list_filter versionchanged annotations...Tim Graham
2012-08-31[1.4.x] Added 1.4.1 and 1.3.2 release notesClaude Paroz
2012-08-31[1.4.X] Fixed #14556 - Documented how to use flatpages in URLconf; thanks Cla...Tim Graham