summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2008-09-03Fixed #8849: added some more "new in 1.0" flags. Thanks, ramiro.Jacob Kaplan-Moss
2008-09-03Fixes #8847 - a bunch of cleanups to the i18n docs. Thanks, ramiro!Jacob Kaplan-Moss
2008-09-03Fixed #8701, a couple of bad links in the docs.Jacob Kaplan-Moss
2008-09-03Fixed #8829: Corrected typo in docs/topics/forms/index.txtJames Bennett
2008-09-02Fixed #8788: fixed a few typoes in [8805]. Thanks, Matthew Flanagan and mir.Jacob Kaplan-Moss
2008-09-02Improved the docs even more.Brian Rosner
2008-09-02Added some docs on model formsets in views.Brian Rosner
2008-09-02Fixed #7154 -- Inherit all model managers from abstract base classes.Malcolm Tredinnick
2008-09-02Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...Jacob Kaplan-Moss
2008-09-01Fixed #8759 -- Corrected a typo in example code. Thanks James Tauber for the ...Brian Rosner
2008-09-01Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django...Jacob Kaplan-Moss
2008-09-01Fixed #8209: `ModelForm`s now validate unique constraints. Alex Gaynor did mu...Jacob Kaplan-Moss
2008-09-01Fixed #8728: Corrected some broken links in the documentationJames Bennett
2008-09-01Fixed #8705: Corrected some formatting issues in models documentationJames Bennett
2008-09-01Fixed #8730: Incorporated (with minor changes) additions/enhancements to one-...James Bennett
2008-08-31A rewrite of the reverse URL parsing: the reverse() call and the "url" templa...Malcolm Tredinnick
2008-08-31Fixed #8641: Documented the fact that file-saving methods must receive a File...James Bennett
2008-08-31Fixed #7654: Documented the fact that file upload handlers must be modified b...James Bennett
2008-08-31Fixed #8533: restored model inheritance docs, and updated one-to-one docs to ...James Bennett
2008-08-31Fixed #8679: use full signature of Model.save() in docs and remove no-longer-...James Bennett
2008-08-30Fixed #8693: Fixed formatting of the "null" argument for model fieldsJames Bennett
2008-08-29Fixed #8638 -- Show by example that the File.name attribute includes the uploadMalcolm Tredinnick
2008-08-28Fixed #8656: added a note about iterating over `UploadedFile` only understand...Jacob Kaplan-Moss
2008-08-28Fixed #8407: Corrected some output in the Paginator docs. Thanks to arien for...Russell Keith-Magee
2008-08-28Fixed #8578: Corrected a typo in a shell example in the testing docs. Thanks ...Russell Keith-Magee
2008-08-28Fixed #8600: Corrected example URLConf to match new comments framework. Thank...Russell Keith-Magee
2008-08-27Fixed #8454: added a FILE_UPLOAD_PERMISSIONS setting to control the permissoi...Jacob Kaplan-Moss
2008-08-27Fixed #8435 -- Documented the `prefix` option on formsets.Brian Rosner
2008-08-27Removed oldforms, validators, and related code:Gary Wilson Jr
2008-08-26Fixed #8326: added signals documentation.Jacob Kaplan-Moss
2008-08-26Fixed #8326: added documentation about running Django on Jython. Docs origina...Jacob Kaplan-Moss
2008-08-26A few fixes for the testing documentation:Gary Wilson Jr
2008-08-25Refactored Django's comment system.Jacob Kaplan-Moss
2008-08-25Fixed a bad link in topics/db/models.txtJacob Kaplan-Moss
2008-08-25Fixed #8539: fixed PEP references. Thanks, carljm.Jacob Kaplan-Moss
2008-08-25Fixed #5591: corrected info about variables in `trans` tag. Thanks, idangazit.Jacob Kaplan-Moss
2008-08-25Fixed a handful of typo/markup problems in the docs. Patch from Daniel Roseman.Jacob Kaplan-Moss
2008-08-24Fixed #8401: Added a note on the fact that DEBUG=False is forced during test ...Russell Keith-Magee
2008-08-24Corrected some formatting in the testing docs.Russell Keith-Magee
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss