summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
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
Full disclosure and new release forthcoming.
2012-11-22[1.4.X] Fixed #19317 - Added an image for warning blocks in the docsTim Graham
Thanks tome for the suggestion and patch. Backport of 3587991ba8 from master
2012-11-21[1.4.x] Added examples of using startproject/app with URLsPreston Holmes
thanks to Brent O'Connor for the idea and intial docs
2012-11-20[1.4.x] Corrected docs about default value of MESSAGE_STORAGELuke Plant
Backport of a32f30c79c1be8e088917bced0f97760a92045ef from master
2012-11-17[1.4.X] Fixed #13997 - Added an example of constructing a MultiWidget and ↵Tim Graham
documented the value_from_datadict method. Backport of 04775b4598 from master
2012-11-13[1.4.X] Typo in comments docNicolas Ippolito
Backport of 17b14d4819 from master
2012-11-02Fixed #19225 -- Typo in shortcuts docs.Aymeric Augustin
Thanks SunPowered for the report.
2012-10-29[1.4.x] Fixed #19208 -- Docs for mod_wsgi daemon modeAymeric Augustin
Thanks Graham Dumpleton for the patch. Backport of bc00075 from master.
2012-10-24[1.4.X] Fixed #9471 - Expanded ModelAdmin.raw_id_fields docs; thanks ↵Tim Graham
adroffne for the suggestion. Backport of da958eb209 from master
2012-10-21Added 1.4.2 release notesPreston Holmes
2012-10-20[1.4.X] Fixed #13869 - Warned that QuerySet.iterator() doesn't affect DB ↵Tim Graham
driver caching; thanks jtiai for the suggestion. Backport of 2f722d9728 from master
2012-10-20[1.4.x] Fixed arguments for get_inline_instances; refs #17006.Tim Graham
2012-10-20[1.4.X] Fixed #17006 - Documented ModelAdmin get_form() and get_formsets()Tim Graham
Backport of eed4faf16f from master
2012-10-19[1.4.X] Fixed #17388 - Noted in the custom model field docs that field ↵Tim Graham
methods need to handle None if the field may be null. Backport of 4cef9a09f9 from master
2012-10-18[1.4.X] Fixed #18046 - Documented that an index is created by default for ↵Tim Graham
ForeignKeys; thanks jbauer for the suggestion. Backport of db598dd8a0 from master
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-17[1.4.X] Fixed #18473 - Fixed a suggestion that GZipMiddleware needs to be ↵Tim Graham
first in the list of middleware. Backport of 3e0857041b from master
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
form validation fails. Backport of fd02bcff4a from master
2012-10-15[1.4.X] Fixed #10936 - Tempered recommendation of SQLite - thanks Karen ↵Tim Graham
Tracey for the feedback. Backport of 9190d89829 from master
2012-10-13[1.4.x] Fixed #19119 -- Corrected default date input formats in docsClaude Paroz
Thanks henrik@aisti.fi for the report. Backport of 10dc4797ea from master.
2012-10-12[1.4.x] Fixed #18996 - Clarified overriden model methods not called on bulk ↵Tim Graham
operations Backport of 443999a1eeea70e4deebcf31f8f845696be62c3d from master.
2012-10-12[1.4.X] Fixed #18256 - Added a potential pitfall when upgrading to MySQL 5.5.5Tim Graham
Backport of c870cb48cd from master
2012-10-11[1.4.X] Fixed #10936 - Noted that using SQLite for development is a good ideaTim Graham
Backport of 470deb5cbb from master
2012-10-11[1.4.X] Fixed #16588 - Warned about field names that conflict with the model APITim Graham
Backport of dd0cbc6bdc from master
2012-10-11[1.4.X] Fixed #14165 - Documented that TransactionMiddleware only applies to ↵Tim Graham
the default database. Backport of 938ee7cd36 from master
2012-10-11[1.4.X] Fixed #16817 - Added a guide of code coverage to contributing docs.Tim Graham
Thanks Pedro Lima for the draft patch. Backport of 06f5da3d78 from master
2012-10-10[1.4.x] Fixed #4501 - Documented how to use coverage.py with Django tests.Tim Graham
Thanks krzysiumed for the draft patch. Backport of 7ef2781ca0ce48872e21dce2f322c9e4106d1cfd from master.
2012-10-06[1.4.X] Fixed #17435 - Clarified that QuerySet.update returns the number of ↵Tim Graham
rows matched Backport of 6d46c740d8 from master
2012-10-05Fixed #19072 -- Corrected an external file path in GeoIP docsClaude Paroz
Thanks Flavio Curella for the report and the initial patch.
2012-10-04[1.4.X] Fixed #19051 - Fixed Selenium tearDownClass method; thanks glarrain ↵Tim Graham
for the report. Backport of a1a5c0854f from master
2012-10-03[1.4.X] Fixed #19006 - Quoted filenames in Content-Disposition header.Tim Graham
Backport of 234ca6c61d from master
2012-10-03[1.4.X] Fixed #18413 - Noted that a model's files are not deleted when the ↵Tim Graham
model is deleted. Thanks lawgon for the report. Backport of 1c03b23567 from master
2012-09-30[1.4.X] Fixed #15338 - Documented django.utils.decoratorsTim Graham
Backport of d0345b7114 from master
2012-09-22[1.4.X] Fixed #18057 - Documented that caches are not cleared after each ↵Tim Graham
test; thanks guettli for the suggestion. Backport of 2aaa467a2a from master
2012-09-19[1.4.X] Fixed #15325 - Added a link to RelatedManager in the ManytoManyField ↵Tim Graham
docs; thanks jammon for the suggestion. Backport of 0fdfcee257 from master
2012-09-19[1.4.X] Fixed #14829 - Added references to CBVs in the URLConf docs; thanks ↵Tim Graham
Andrew Willey for the suggestion. Backport of acd74ffa35 from master
2012-09-19[1.4.X] Fixed #13586 - Added an example of how to connect a m2m_changed ↵Tim Graham
signal handler. Backport of 1360bd4186 from master
2012-09-15[1.4.x] Fixed #18131 - Documented ContentTypeManager.get_for_id; thanks ↵Tim Graham
sir_sigurd for the report. Backport of 93e6733e4cbbdad34f1f0f59303ae01f577e4e58 from master.
2012-09-15[1.4.x] Fixed #16929 - Documented how to extend UserAdmin with UserProfile ↵Tim Graham
fields; thanks charettes for the draft example. Backport of 22242c510f84c53803afe2907649c892cb1b3d9a from master.
2012-09-15[1.4.X] Added an example of using a form wizard with different templates; ↵Tim Graham
thanks Lorin Hochstein for the patch. Backport of 553583958d from master
2012-09-15[1.4.x] Fixed #11185 - Expanded docs on customizing widgets; thanks fadeev ↵Tim Graham
for the draft patch. Backport of a73838fde33374573b8e765dfcb0225287d396c0 from master.
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
Backport of 6e2bb344e4 from master
2012-09-08[1.4.X] Fixed #15566 - Documented that update() doesn't honor DateField.auto_nowTim Graham
Thanks Shabda Raaj for the draft patch. Backport of dc01e41d23 from master
2012-09-07[1.4.X] Fixed #18490 - Updated DateField input formats; thanks dloewenherz ↵Tim Graham
for the draft patch. Backport of fa8fb2b383 from master
2012-09-05[1.4.X] Fixed #18904 - Typo in MySQL link; thanks Johie Anderson for the report.Tim Graham
Backport of e5983af7c1 from master
2012-09-01[1.4.x] Merge pull request #315 from streeter/auth-docs-cleanup-patchTim Graham
Clarify some of the password reset docs Backport of 03ad7d3c2085fa252e7bf6a725fec1ed3d1e6a7c from master.