Commit History

Author SHA1 Message Date
  Tim Graham eefad142de Fixed #22453 -- Corrected DoesNotExist message in docs. 10 years ago
  Tim Graham d73d0e071c Fixed #22218 -- Deprecated django.conf.urls.patterns. 10 years ago
  Aymeric Augustin 99649ddcb2 Assumed Python 3 throughout docs/intro. 11 years ago
  Tim Graham d1c9802811 Fixed #21116 -- Made usage of manage.py in docs more consistent. 11 years ago
  Andrew Godwin f8297f6323 More migration docs, and conversion of all easy syncdb references 11 years ago
  Claude Paroz 7442eb1a24 Fixed #20224 -- Update docs examples which mention __unicode__ 11 years ago
  Tim Graham bdde7feb26 Added some links in /docs/intro/overview.txt 11 years ago
  leandrafinger ddd9ee16fa Add missing imports to the examples in the 'First Steps' 11 years ago
  Tim Graham 6c730da1f6 Fixed #19897 - Updated static files howto. 11 years ago
  Tim Graham f3ae67a62f Updated example to use staticfiles static template tag, thanks reinout for the suggestion, refs #19675. 11 years ago
  Tim Graham 9e959e8d58 Updated static file example in overview to use static template tag, refs #19675. 11 years ago
  Tim Graham a61dbd6219 Fixed #19675 - Added mention of static files to overview. 11 years ago
  Tim Graham ee26797cff Fixed typos in docs and comments 12 years ago
  Tim Graham 43f89e0ad6 Fixed #19605 - Removed unused url imports from doc examples. 12 years ago
  Ben Longden 55a2d5b577 Removes PHP references 12 years ago
  Aymeric Augustin e69348b4e7 Avoided mixing dates and datetimes in the examples. 12 years ago
  Aymeric Augustin 29a80354ab Added alt attribute to img tags in docs. 12 years ago
  Anssi Kääriäinen d5b93d3281 Fixed #10494 -- Added kwargs to QuerySet.get() error message in the case no objects were found. 12 years ago
  Claude Paroz 78638a9a51 Replaced http by https in djangoproject.com links 12 years ago
  Timo Graham ce4cd788ef Fixed #17757 - Typo in docs/intro/overview.txt; thanks kaushik1618. 12 years ago
  Luke Plant d1e5c55258 Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 13 years ago
  Ramiro Morales 26b8122087 Fixed #14675 -- Completed removal of `from django.conf.urls.default import *` usage. 13 years ago
  Gabriel Hurley 7baee5b953 Fixed #14426 -- Removed "mysite" import statements from examples that might teach people "bad habits" in regards to creating reusable apps. 14 years ago
  Jacob Kaplan-Moss 728effcfbd Fixed #14141: docs now use the :doc: construct for links between documents. 14 years ago
  Russell Keith-Magee 457a1f9a03 Fixed #11272 -- Made some clarifications to the overview and tutorial. Thanks to jjinux for the review notes. 15 years ago
  Russell Keith-Magee 5c43a0a43f Fixed #8406: Corrected some expected output to use repr format. Thanks to arien for the patch. 16 years ago
  Malcolm Tredinnick af83b650be Fixed #8150 -- Updated a reference to creating an admin class in the overview 16 years ago
  Jacob Kaplan-Moss 97cb07c3a1 Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/. 16 years ago