summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2012-11-17[1.5.x] Fix typo in file storage docs.Aymeric Augustin
2012-11-17[1.5.x] Fixed #19291 -- Completed deprecation of ADMIN_MEDIA_PREFIX.Aymeric Augustin
2012-11-17[1.5.x] Formatting tweaks.Tom Christie
2012-11-17[1.5.x] Include `versionadded 1.5` directiveTom Christie
2012-11-17[1.5.x] Add 'page_kwarg' attribute to `MultipleObjectMixin`, removing hardcod...Tom Christie
2012-11-17[1.5.X] Fixed #16779 - Added a contributing tutorialTim Graham
2012-11-17[1.5.x] Fixed #19310 -- changed method docs formatting for custom file storag...Preston Holmes
2012-11-17[1.5.X] Documented that contrib.sites creates a default site.Tim Graham
2012-11-16[1.5.x] Fixed #18985 -- made DeprecationWarnings loudPreston Holmes
2012-11-16[1.5.X] Fixed docs noting comment_will_be_sent returns a 400, not a 403Brandon Adams
2012-11-14[1.5.X] Fixed #19289 - Removed an out of place sentence in tutorial 2.Tim Graham
2012-11-13[1.5.x] fixed a broken link in the docs. Backport of 1e34fd3c03e8f9a9e2b9be35...Alex Gaynor
2012-11-13[1.5.x] Correct link to SentryDavid Cramer
2012-11-13[1.5.x] Fixed #19283 -- Fixed typo in imports in CBV docs.Aymeric Augustin
2012-11-13[1.5.X] Fixed #19260 - Added a comment to tutorial 1.Tim Graham
2012-11-13[1.5.X] Typo in comments docNicolas Ippolito
2012-11-09[1.5.x] Merge pull request #506 from gwrtheyrn/ipv6_doc_fixTim Graham
2012-11-09[1.5.x] Fixed #19266 -- Added Texinfo documentation targetClaude Paroz
2012-11-07[1.5.x] Fixed #19115 -- Documented stdout/stderr options for call_commandClaude Paroz
2012-11-06[1.5.X] Fixed #19161 - Added missing clean_password method in custom user docsTim Graham
2012-11-06[1.5.X] Fixed #15968 - Noted that readonly_fields are excluded from the Model...Tim Graham
2012-11-06[1.5.X] Fixed #19154 - Noted commit_manually requires commit/rollback for readsTim Graham
2012-11-06[1.5.X] Fixed #19246 - Updated SECURE_PROXY_SSL_HEADER example to use 'X-Forw...Tim Graham
2012-11-05[1.5.X] Fixed #15591 - Clarified interaction between ModelForm and model vali...Tim Graham
2012-11-04Fixed #19241 -- Improved floatformat docsDaniel Greenfeld
2012-11-04[1.5.x] Corrected a typo that inadvertently made its way into the docs. Backp...Alex Gaynor
2012-11-04[1.5.x] Added multi-column indexes to the 1.5 release notes. Backport of 9577...Alex Gaynor
2012-11-04[1.5.x] Added a note and link to CLA from contributing docsPreston Holmes
2012-11-04[1.5.x] Merge pull request #493 from edavis/fix-get-foo-display-docsAlex Gaynor
2012-11-04[1.5.x] Fixed #5805 -- it is now possible to specify multi-column indexes. Th...Alex Gaynor
2012-11-04[1.5.X] Fixed #19090 - Added PostgreSQL connection note.Tim Graham
2012-11-03[1.5.x] Fixed #6234 -- Removed obsolete note about json and ensure_asciiClaude Paroz
2012-11-03[1.5.x] Fixed #18963 -- Used a subclass-friendly patternAymeric Augustin
2012-11-03[1.5.X] Fixed #19230 -- Extended the handler403 documentation.Markus Zapke-GrĂ¼ndemann
2012-11-03[1.5.X] Fixed #17549 -- Added a clickable link for URLFields in admin change ...Ulrich Petri
2012-11-03[1.5.X] Fixed #16841 - Documented a couple ModelAdmin methodsTim Graham
2012-11-02[1.5.x] Deprecated depth kwarg on select_related.Preston Holmes
2012-11-02[1.5.X] Fixed #19120 - Added an example of using ModelAdmin methods for read-...Tim Graham
2012-11-02[1.5.X] Fixed #19167 - Added a warning regarding module-level database queriesTim Graham
2012-11-02[1.5.X] Cleaned up contrib.admin install instructions.Tim Graham
2012-11-02[1.5.X] Fixed #15361 - Documented performance considerations for QuerySet.get()Tim Graham
2012-11-02[1.5.x] Documented minimal python 3.2 version.Florian Apolloner
2012-11-02Fixed #19225 -- Typo in shortcuts docs.Aymeric Augustin
2012-11-01[1.5.X] Added WizardView.file_storage exception message and docsTim Graham
2012-11-01[1.5.X] Fixed #19179 - Added mention of NamedUrlSessionWizard and NamedUrlCoo...Tim Graham
2012-10-31[1.5.X] Fixed #19216 - Switched to user level installation in apps tutorial.Tim Graham
2012-10-31Fixed #17083 -- Allowed sessions to use non-default cache.Aymeric Augustin
2012-10-30[1.5.X] Fixed #16671 - Added a tutorial on reuseable appsTim Graham
2012-10-30[1.5.x] Fixed #17744 -- Reset default file storage with setting_changed signalClaude Paroz
2012-10-29[1.5.x] Fixed #17869 - force logout when REMOTE_USER header disappearsPreston Holmes