summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2007-06-01Fixed #3466 -- Fixed problem with specifyin a 'fields' argument to a JSON ↵Russell Keith-Magee
serializer. Also added documenation for the 'fields' argument. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5409 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-01Fixed #4401 -- Added documentation about mimetype parameter toMalcolm Tredinnick
direct_to_template generic view. Thanks, Forest Bond and Marc Fargas. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5406 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-01Fixed #4370 -- Clarified how syncdb searches for initial data files. Thanks,Malcolm Tredinnick
Simon Greenhill and gsf@perfectlygood.net. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5405 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-01Fixed #4423 -- Typo fix.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5402 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-01Fixed #4409 -- Fixed a typo in tutorial (thanks, mitch.hunt.007@gmail.comMalcolm Tredinnick
). Also updated the reverse() documentation to reflect that it can take function references or strings for function names. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5401 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-31Fixed #4439 -- Fixed typo in docs/testing.txt. Thanks, hayleyAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5387 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-29Fixed #4420 -- Fixed broken link in docs/testing.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5383 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-29Added new TEST_DATABASE_CHARSET and TEST_DATABASE_COLLATION settings to ensureMalcolm Tredinnick
that databases are created with the expected encoding during testing. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5380 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-29Fixed #1278 -- Added a context processor that puts MEDIA_URL in the context, ↵Russell Keith-Magee
and added that context processor to the default set. Thanks to Ubernostrum for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5379 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-28Fixed #4331 -- Updated possible installation paths for Python site-packages onMalcolm Tredinnick
Mac OS X. Thanks, mokeefe8@comcast.net. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5370 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-27Fixed a typo.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5369 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-27Fixed #4221 -- Removed dependence on hard-coded URL in tutorial 4.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5368 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-27Fixed #4366 -- Fixed a small typo. Thanks, Ivan Sagalaev.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5367 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-27Fixed #4364 -- Added a link to the main docs page to the end of the tutorial inMalcolm Tredinnick
case it isn't obvious. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5366 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-27Fixed #4307 -- Clarified that ROOT_URLCONF is in settings.py and fixed a smallMalcolm Tredinnick
typo. Pointed out by rogerpack2005@gmail.com. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5365 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-27Added references to the various get_FOO_*() methods for FileField andMalcolm Tredinnick
ImageField. Fixed #4025. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5364 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-27Fixed #4150 -- Added an explanation of how to use eggs with mod_python.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5363 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-27Added documentation for reverse() (based on a patch from Simon Greenhill) andMalcolm Tredinnick
another cross-reference to permalink(). Fixed #4103. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5362 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-27Fixed #3227 -- Clarified DATABASE_HOST semantics for PostgreSQL.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5361 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-27Added a clarification that {#...#} is only for single-line comments.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5359 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-27Fixed #4395 -- Fixed a couple of typos in the examples.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5358 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-26Fixed #4388 -- Documented where the view shortcuts are imported from. Based onMalcolm Tredinnick
a patch from Jure Cuhalev. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5356 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-26Fixed #4355 -- Clarified a confusing example in the use of the url templateMalcolm Tredinnick
tag. Based on a patch from Collin Grady. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5353 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-26Fixed #4353 -- Fixed a typo in newforms documentation. I can't believe theMalcolm Tredinnick
documentation editor didn't spot this. Thanks, zendak. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5352 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-26Fixed #4351 -- Attempted to make it easier for readers to see the differenceMalcolm Tredinnick
between null and blank if they are reading from top to bottom. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5351 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-21Added 'New in Django development version' notes to docs/model-api.txt ↵Adrian Holovaty
regarding DecimalField and FloatField (see [5302]) git-svn-id: http://code.djangoproject.com/svn/django/trunk@5308 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-21Fixed #4344 -- Trivial typo fix.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5303 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-21Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the codeMalcolm Tredinnick
to return Decimal instances in Python for this field. Backwards incompatible change. Added a real FloatField (stores floats in the database) and support for FloatField and DecimalField in newforms (analogous to IntegerField). Included decimal.py module (as django.utils._decimal) from Python 2.4. This is license compatible with Django and included for Python 2.3 compatibility only. Large portions of this work are based on patches from Andy Durdin and Jorge Gajon. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5302 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-20Added small note to docs/newforms.txt 'Complex template output' sectionAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5299 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-20Edited docs/newforms.txt changes from [5294] and [5295]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5298 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-20Modified the example views in newforms.txt to include a HttpResponseRedirect ↵Russell Keith-Magee
(as per best practice), and remove a duplicated form instantiation. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5295 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-19Fixed #4232 -- Added example usages to the newforms documentation. Thanks, JoeMalcolm Tredinnick
Heck. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5294 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-19Fixed #4327 -- Fixed silly typo in code example. Pointed out byMalcolm Tredinnick
jshaffer2112@gmail.com. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5292 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-19Fixed #4334 -- Fixed typo in model-api.txt. Thanks, Gary Wilson.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5290 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-19Added 'http://' to python.org link in docs/install.txt, so it will be ↵Adrian Holovaty
auto-linked when converted to HTML git-svn-id: http://code.djangoproject.com/svn/django/trunk@5285 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-18Fixed small grammar error in docs/model-api.txt from [5250]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5281 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-16Simplified a coding style example in docs/contributing.txt from [5264]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5265 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-16Added some Django-specific style guidelines to docs/contributing.txt, which ↵Adrian Holovaty
I've been meaning to do for a while git-svn-id: http://code.djangoproject.com/svn/django/trunk@5264 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-15Fixed #4303 -- Fixed typos in docs/db-api.txt. Thanks, Gary WilsonAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5253 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-15Fixed #4303 -- Fixed typo in docs/db-api.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5252 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-15Fixed #3664 -- Documented that get_absolute_url() and item_link() (inMalcolm Tredinnick
syndication) links are expected to be strings that can be used in URLs without further quoting or encoding. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5250 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-14Changed the fix from [5231] so that the backwards-incompatibility is made moreMalcolm Tredinnick
obvious and everything still has nice names. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5237 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-14Fixed #3780 -- Added first stab at 'Built-in Field classes' section to ↵Adrian Holovaty
docs/newforms.txt, with help from SmileyChris and Marc Fargas git-svn-id: http://code.djangoproject.com/svn/django/trunk@5222 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-14Fixed #4217 -- Added note to docs/databrowse.txt about import. Thanks, ↵Adrian Holovaty
Thomas Güttler git-svn-id: http://code.djangoproject.com/svn/django/trunk@5221 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-14Fixed #4285 -- Fixed ReST error in docs/testing.txt. Thanks, Michał KwiatkowskiAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5220 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-14Fixed ReST error in docs/newforms.txt from [5218]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5219 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-14Added unit tests and docs for the newforms case in which the form's data ↵Adrian Holovaty
doesn't include a value for a nonrequired field git-svn-id: http://code.djangoproject.com/svn/django/trunk@5218 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-14Another word tightening and clarification in docs/newforms.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5217 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-14Clarified migration plan in docs/newforms.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5216 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-12Fixed some ReST errors in docs/newforms.txt from [5212]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5213 bcc190cf-cafb-0310-a4f2-bffc1f526a37