summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2013-01-02[1.5.x] Fixed #19516 - Fixed remaining broken links.Tim Graham
2013-01-03[1.5.x] Update doc example for overriding change_form.htmlChris Beaven
2013-01-01[1.5.X] Fixed #19520 - Corrected some misleading docs about template_name_suf...Tim Graham
2012-12-31[1.5.x] Fixed #19519 -- Fired request_finished in the WSGI iterable's close().Aymeric Augustin
2012-12-29[1.5.x] Fixed broken links, round 4. refs #19516Tim Graham
2012-12-29[1.5.x] Added links to default widget in forms.fields documentationClaude Paroz
2012-12-28[1.5.x] Fixed #19498 -- refactored auth documentationPreston Holmes
2012-12-26[1.5.X] Fixed broken links, round 3. refs #19516Tim Graham
2012-12-26[1.5.x] Updated documentation on localflavor translationsAymeric Augustin
2012-12-26[1.5.x] Fixed #19518 -- Documented the deprecation of localflavor.Aymeric Augustin
2012-12-25[1.5.X] Fixed more broken links. refs #19516Tim Graham
2012-12-22[1.5.x] Fixed #19497 -- Refactored testing docs.Ramiro Morales
2012-12-19[1.5.x] Added PASSWORD_HASHERS to settings reference document.Ramiro Morales
2012-12-18[1.5.X] Fixed #19470 - Clarified widthratio example.Tim Graham
2012-12-16[1.5.X] Fixed #18718 - Documented django.utils.encoding.filepath_to_uriTim Graham
2012-12-15[1.5.X] Removed obsolete contrib.comments upgrade guideClaude Paroz
2012-12-14[1.5.x] Fixed #2304 -- Documented TRANSACTIONS_MANAGED.Aymeric Augustin
2012-12-11[1.5.X] Fixed #19377 - Emphasized database host link in tutorialTim Graham
2012-12-07[1.5.x] Fixed #19444 -- Clarified IGNORABLE_404_URLS documentationClaude Paroz
2012-12-04[1.5.x] Amended explanation of LOCALE_PATHS setting.Daniele Procida
2012-11-29[1.5.x] Fixed #19354 -- Do not assume usermodel.pk == usermodel.idClaude Paroz
2012-11-28[1.5.x] Fixed #19366 -- Prevented GEOSIndexError when comparing geometriesClaude Paroz
2012-11-28[1.5.x] Fixed #19374 -- Typo in docs/ref/models/instances.txt.Jason Yan
2012-11-27[1.5.X] Fixed #19239 - Added examples for generic date viewsTim Graham
2012-11-25[1.5.x] Fixed #17646 -- Added a get_list_filter() method to ModelAdmin. Thank...Julien Phalip
2012-11-25[1.5.x] Fixed two typos.Aymeric Augustin
2012-11-24[1.5.x] Fixed #19280 -- Raised an explicit exception for the old {% url %} sy...Aymeric Augustin
2012-11-23[1.5.X] Fixed #19348 - Clarified the units of filesizeformat.Tim Graham
2012-11-22[1.5.X] Fixed #19346 - Typo in docs/ref/contrib/gis/install/index.txtTim Graham
2012-11-22[1.5.X] Fixed #18974 - Warned against using models.permalinkTim Graham
2012-11-22[1.5.X] Documented behavior of get_or_create when multiple objects are returned.Tim Graham
2012-11-22[1.5.X] Clarified usage of as_view kwargs for setting arguments on class base...Tim Graham
2012-11-21[1.5.x] Added examples of using startproject/app with URLsPreston Holmes
2012-11-21[1.5.X] Fixed #19243 - Edited GeoDjango Tutorial for consistency and style.shepdl
2012-11-20[1.5.x] Corrected docs about default value of MESSAGE_STORAGELuke Plant
2012-11-19[1.5.x] Fixed #18658 -- Improved ModelAdmin.message_user APIPreston Holmes
2012-11-19[1.5.X] Fixed typo in docs/ref/models/querysets.txtAnton Danilchenko
2012-11-18[1.5.X] Fixed #19306 - Improved syndication example.Tim Graham
2012-11-17[1.5.X] Fixed #19308 - Clarified stringformat filter exampleTim Graham
2012-11-17[1.5.X] Fixed #13997 - Added an example of constructing a MultiWidget and doc...Tim Graham
2012-11-17[1.5.x] Fixed #19315 -- Improved markup in admin FAQ.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] Documented that contrib.sites creates a default site.Tim Graham
2012-11-16[1.5.X] Fixed docs noting comment_will_be_sent returns a 400, not a 403Brandon Adams
2012-11-13[1.5.x] Fixed #19283 -- Fixed typo in imports in CBV docs.Aymeric Augustin
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