summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Expand)Author
2009-08-13[1.0.x] Fixed #11508: Adding missing word to form wizard doc. Thanks thepoint...Karen Tracey
2009-07-11[1.0.X] Fixed #11450 -- Corrected markup problem in contenttype docs. Thanks ...Russell Keith-Magee
2009-07-11[1.0.X] Fixed #11454 -- Corrected mismatched parenthesis in admin docs. Thank...Russell Keith-Magee
2009-07-03[1.0.X] Fixed #9669 -- Corrected an answer in the admin FAQ that is wrong in ...Russell Keith-Magee
2009-06-24[1.0.X] Fixed #8861 -- Added note on the availability of ModelForm.instance. ...Russell Keith-Magee
2009-06-24[1.0.X] Fixed #10415 -- Added documentation for features added in r7627 and r...Russell Keith-Magee
2009-06-18[1.0.X] Fixed #11141 -- Corrected a code example in the admin docs. Thanks to...Russell Keith-Magee
2009-05-12[1.0.X] Fixed #9675: added note about upgrading the URLconf to the comment up...Jacob Kaplan-Moss
2009-05-02[1.0.x] Fixed #10367 -- Corrected an example in the documentation for Generic...Russell Keith-Magee
2009-04-16[1.0.X] Fixed #10776 -- Added metadata targets for the contrib.admin docs, an...Russell Keith-Magee
2009-04-07[1.0.X] Fixed #9268: pass the "next" param through in the comment preview/pos...Jacob Kaplan-Moss
2009-04-03[1.0.X] Fixed a whole bunch of small docs typos, errors, and ommissions. Back...Jacob Kaplan-Moss
2009-04-01[1.0.x] Fixed #9452. InlineModelAdmin docs now mention the right default for ...Joseph Kocherhans
2009-04-01[1.0.X] A whole lotta documentation fixes, backported from r10303 on trunk.Jacob Kaplan-Moss
2009-03-31[1.0.X] Fixed #10367: Added note to generic-relation docs explaining when it'...James Bennett
2009-03-30[1.0.X]: Fixed #9946 -- Removed redundant mention of needing to define `list_...Gary Wilson Jr
2009-02-22[1.0.X] Fixed #10141 -- Added a missing import to the complex Feed example. T...Russell Keith-Magee
2009-02-21[1.0.X] Merged trunk changes [9850], [9851], [9852], [9853]Adrian Holovaty
2009-01-14A handful of fixes to django.contrib.comments:Jacob Kaplan-Moss
2008-12-07[1.0.X] Fixed #9705 -- Call the Netherlands by their real name in the localfl...Malcolm Tredinnick
2008-11-15[1.0.x] Fixed #9477 -- Removed and edited a bunch of references to "developmentMalcolm Tredinnick
2008-11-14[django-1.0.X] Fixed #9507 -- Correct an example in the admin docs. Thanks,Malcolm Tredinnick
2008-11-09[1.0.X] Fixed #9556 - typos in syndication docs. Thanks sedden. Karen Tracey
2008-11-02[1.0.X] Fixed #9497 - Doc typos. Many thanks ramiro. Karen Tracey
2008-11-01[1.0.X] Fixed #9487 -- Corrected several links into the Python docs that were...Karen Tracey
2008-10-05[1.0.X] Fixed #9291 -- Tweaked a piece of example code slightly to set a goodMalcolm Tredinnick
2008-09-21Fixed #9149: Fixed reST error in syndication docsJames Bennett
2008-09-18Fixed #9121: Corrected markup in the form preview docs. Thanks to Jarek Zgoda...Russell Keith-Magee
2008-09-17Fixed #9103 -- Added django.contrib.admin to the docs modindex (I think)Adrian Holovaty
2008-09-14Fixed #9032: Corrected some minor typos in the admin docs. Thanks to rduffiel...Russell Keith-Magee
2008-09-14Fixed #9078: Added commas to the example URLconf lines so that they can be ea...Russell Keith-Magee
2008-09-14Fixed #9067: Added a note that you can register a model with the admin withou...Russell Keith-Magee
2008-09-09Fixed #8979 -- Made a bunch of typo/formatting fixes to the docs. Thanks, ramiroAdrian Holovaty
2008-09-07Small wording improvements to sitemaps.txtAdrian Holovaty
2008-09-06Fixed #8727 -- Fixed broken link to Italian SSN page in localflavor.txtAdrian Holovaty
2008-09-06Fixed #8909 -- Fixed typo in contenttypes docs. Thanks, arienAdrian Holovaty
2008-09-03Fixed #8804: corrected URL example in sitemaps docsJames Bennett
2008-09-02Fixed #7973 -- Added exclude to BaseModelAdmin to make everything consistent ...Brian Rosner
2008-09-02Fixed #7943: added documentation on overriding admin templates. Thanks, mwdiersJacob Kaplan-Moss
2008-09-02Added a rough draft of the 1.0 porting guide, and an obviously incomplete pla...Jacob Kaplan-Moss
2008-09-02Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...Jacob Kaplan-Moss
2008-09-02Fixed #8786: Moved phone number field docs to localflavorJames Bennett
2008-09-01Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django...Jacob Kaplan-Moss
2008-08-31Fixed #8679: use full signature of Model.save() in docs and remove no-longer-...James Bennett
2008-08-31Fixed #8721: Clarification in docs for form previewsJames Bennett
2008-08-30Fix inadvertent formatting introduced in [8732]James Bennett
2008-08-30Fixed #8700: Corrected example in localflavor docsJames Bennett
2008-08-30Fixed #8516: Corrected typos in UK localflavor documentationJames Bennett
2008-08-30Fixed #8247: Added explanation to admin docs to point out that AdminSite can ...James Bennett
2008-08-29Fixed #7893 -- Gave `fieldsets` dictionary options a better visual display to...Brian Rosner