summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Collapse)Author
2012-12-10[1.5.X] Fixed a security issue in get_host.Florian Apolloner
Full disclosure and new release forthcoming.
2012-12-08[1.5.x] Removed US localflavor-specific tests from coreClaude Paroz
Also fixes #9045. Backport of 8248d1402 from master.
2012-12-08fix a spelling error in docsVal Neekman
backport of cacafe8 from master.
2012-11-30[1.5.X] Fixed #19400 - Typo in docs/topics/auth.txtTim Graham
Backport of 008e625c66 from master
2012-11-27[1.5.X] Fixed #19352 - Added an example in the QuerySet docs.Tim Graham
Thanks colinkeenan for the suggestion. Backport of ba2adc9c05 from master
2012-11-24[1.5.x] Fixed #19218 -- Added documentation note on limitations of signals ↵Russell Keith-Magee
with custom User models. Thanks to kunitoki@gmail.com for the report. Backport of fdb5c98d7ee54c7f89ec10b0203263f1f5b37510.
2012-11-23[1.5.x] Negligible style fix in docs.Aymeric Augustin
Backport of 5c81e9d.
2012-11-23[1.5.X] Changed if statement to a slightly cleaner variantWoLpH
Backport of eabb44417c from master
2012-11-22[1.5.X] Fixed #18974 - Warned against using models.permalinkTim Graham
Thanks dstufft for the draft patch. Backport of 0e3690d230 from master
2012-11-22[1.5.x] Fixed #16039 -- Made post_syncdb handlers multi-db aware.Aymeric Augustin
Also reverted 8fb7a9002669fb7ba7bec7df90b465b92e1ed3c2. Refs #17055. Backport of a026e48 from master.
2012-11-21[1.5.X] Fixed #19335 - Typo and cleanups in ↵Tim Graham
docs/topics/class-based-views/index.txt Backport of e2b1808196 from master
2012-11-13[1.5.x] fixed a broken link in the docs. Backport of ↵Alex Gaynor
1e34fd3c03e8f9a9e2b9be35488b8209178a4df0
2012-11-13[1.5.x] Correct link to SentryDavid Cramer
django-sentry is no longer maintained, and sentry is the replacement. Backport of 54fbe6c and c91a127 from master, as requested by Mr Gaynor.
2012-11-13[1.5.x] Fixed #19283 -- Fixed typo in imports in CBV docs.Aymeric Augustin
Backport of 00ff69a from master.
2012-11-06[1.5.X] Fixed #19161 - Added missing clean_password method in custom user docsTim Graham
Thanks DavidW for the report. Backport of e8f696097b from master
2012-11-06[1.5.X] Fixed #19154 - Noted commit_manually requires commit/rollback for readsTim Graham
Thanks als for the report. Backport of 620e0bba49 from master
2012-11-05[1.5.X] Fixed #15591 - Clarified interaction between ModelForm and model ↵Tim Graham
validation. Backport of d3fd8a1512 from master
2012-11-03[1.5.x] Fixed #6234 -- Removed obsolete note about json and ensure_asciiClaude Paroz
Thanks aaron at cellmap.ca for the report. Backport of 4e8d9524c from master.
2012-11-03[1.5.x] Fixed #18963 -- Used a subclass-friendly patternAymeric Augustin
for Python 2 object model compatibility methods. Backport of fc10418 from master.
2012-11-03[1.5.X] Fixed #19230 -- Extended the handler403 documentation.Markus Zapke-Gründemann
Backport of 0546794397130b1574a667d57667bd032bff78d3 from master. Added a paragraph on how to use the PermissionDenied exception to create a 403 response and use handler403.
2012-11-02[1.5.X] Fixed #19167 - Added a warning regarding module-level database queriesTim Graham
Thanks Daniele Procida for the patch. Backport of 07361d1fd6 from master
2012-11-02[1.5.X] Fixed #15361 - Documented performance considerations for QuerySet.get()Tim Graham
Thanks mmcnickle for the patch. Backport of feaf9f279a from master
2012-11-02[1.5.x] Documented minimal python 3.2 version.Florian Apolloner
Backport of 0d8432da552b2ddf2d2326edccae627dd05a414e from master.
2012-11-02Fixed #19225 -- Typo in shortcuts docs.Aymeric Augustin
Thanks SunPowered for the report.
2012-11-01[1.5.X] Added WizardView.file_storage exception message and docsTim Graham
Thanks Danilo Bargen for the patch. Backport of af7ea808d8 from master
2012-10-31Fixed #17083 -- Allowed sessions to use non-default cache.Aymeric Augustin
2012-10-30[1.5.x] Fixed #17744 -- Reset default file storage with setting_changed signalClaude Paroz
Backport of 9a0285134 from master.
2012-10-28[1.5.x] Fixed #19061 -- added is_active attribute to AbstractBaseUserPreston Holmes
2012-10-28[1.5.x] Fixed #18194 -- Expiration of file-based sessionsAymeric Augustin
* Prevented stale session files from being loaded * Added removal of stale session files in django-admin.py clearsessions Thanks ej for the report, crodjer and Elvard for their inputs. Backport of 5fec97b from master.
2012-10-28[1.5.x] Added optional kwargs to get_expiry_age/date.Aymeric Augustin
This change allows for cleaner tests: we can test the exact output. Refs #18194: this change makes it possible to compute session expiry dates at times other than when the session is saved. Fixed #18458: the existence of the `modification` kwarg implies that you must pass it to get_expiry_age/date if you call these functions outside of a short request - response cycle (the intended use case). Backport of cd17a24 from master.
2012-10-27[1.5.x] Fixed #17787 -- Documented reset caches by setting_changed signalClaude Paroz
Backport of fc2681b22 from master.
2012-10-27[1.5.x] Removed a redundant colon in the query docs.Florian Apolloner
Thanks to Berker Peksag for the patch. Backport of 4f11b7362206224ad876018bba19b7c9a08b7f0b from master.
2012-10-27[1.5.x] Fixed #18978 -- Moved cleanup command to sessions.Aymeric Augustin
This removes a dependency of 'core' on 'contrib'. Backport of 83ba0a9 from master. This deprecation occurs after the alpha, but it's a prerequisite for fixing decently #18194 which is a release blocker.
2012-10-26[1.5.x] Fixed #19191 -- Corrected a typo in CustomUser docsClaude Paroz
Thanks spleeyah for the report. Backport of 90c7656 from master.
2012-10-20Fixed #7581 -- Added streaming responses.Aymeric Augustin
Thanks mrmachine and everyone else involved on this long-standing ticket.
2012-10-18Fixed #19132 -- Added example for creating custom lazy functionClaude Paroz
Thanks flagzeta@yahoo.it for the report and Luke Plant for his expert assistance.
2012-10-17Fixed an error in cookie documentationPreston Holmes
2012-10-16Fixed #18548 - Clarified note regarding reusing model instances when form ↵Tim Graham
validation fails.
2012-10-15Fixed #10936 - Tempered recommendation of SQLite - thanks Karen Tracey for ↵Tim Graham
the feedback.
2012-10-13Fixed #19067 -- Clarified handling of username in createsuperuser.Russell Keith-Magee
Thanks to clelland for the report, and Preston Holmes for the draft patch.
2012-10-13Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified ↵Russell Keith-Magee
UserAdmin to match.
2012-10-12Merge pull request #422 from elvard/18996Tim Graham
Fixed #18996 - Clarified overriden model methods not called on bulk operations
2012-10-11Fixed #10936 - Noted that using SQLite for development is a good ideaTim Graham
2012-10-11Merge pull request #428 from donspaulding/patch-1Tim Graham
Removed extra indent in docs/topics/db/queries.txt
2012-10-11Fixed #16588 - Warned about field names that conflict with the model APITim Graham
2012-10-11More URL reversion docs typo fixes.Ramiro Morales
2012-10-11Merge pull request #437 from dmedvinsky/bug/docs-typo-reversingTim Graham
Fixed typo in URL reversing docs
2012-10-11Fixed #16817 - Added a guide of code coverage to contributing docs.Tim Graham
Thanks Pedro Lima for the draft patch.
2012-10-11Fix typo in URLs reversing docsDmitry Medvinsky
2012-10-10Fixed #4501 - Documented how to use coverage.py with Django tests.Tim Graham
Thanks krzysiumed for the draft patch.