summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-06-10Fixed #4489 -- Made a small grammatical tweak to Dutch translation. Thanks,Malcolm Tredinnick
Alper Çugun. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5449 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-08Fixed #3523 -- Added list unpacking to for loops in templates. Thanks to ↵Russell Keith-Magee
SmileyChris and Honza Kral for their work. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5443 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-07Made some changes to docs/newforms.txt that I'd had lying aroundAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5442 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-07Fixed misspelling in docs/add_ons.txt from [5432]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5439 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-07Fixed typo in docs/db-api.txt from [5431]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5438 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-07Fixed #4214: added a bit of explicit info on updating FK fields to ↵Jacob Kaplan-Moss
db-api.txt. Thanks, david@kazserve.org. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5437 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-07Fixed #4000 - changed documentation to note that filter arguments no longer ↵Jacob Kaplan-Moss
need to be quoted (and added a test to that effect). Thanks, SmileyChris. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5436 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-07Fixed #3880: added a link to the transaction docs from the model API. ↵Jacob Kaplan-Moss
Thanks, ken37@tds.net. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5435 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-07Fixed #3842 - clarified PythonPath directive in modpython.txt. Thanks, ↵Jacob Kaplan-Moss
jon.i.austin@gmail.com. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5434 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-07Fixed #3833 - added "PT" flag to mod_rewrite/fcgi example in documentation. ↵Jacob Kaplan-Moss
Thanks, Nesh. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5433 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-07Fixed #1791 - documented dependancies of contrib packages.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5432 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-07Fixed #4496 - fixed section header in db-api doc. Thanks, hattawayd@gmail.com.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5431 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-02Fixed #4455 -- Small typo fix.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5418 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-02Fixed #3206 -- Fixed typo in [5407]. This time with bonus testing. Thanks,Malcolm Tredinnick
Manuel Saelices. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5417 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-01Small grammar fixes to docs/serialization.txt changes from [5409]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5415 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-01Small rewording of docs/testing.txt changes from [5380]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5414 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-01Fixed grammar error in docs/settings.txt from [5380]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5413 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-01Negligible spacing change to docs/templates_python.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5412 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-01Edited docs/url_dispatch.txt changes from [5362]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5411 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-01rollback on dummy database now has no effect (previously raised an error). ↵Simon Willison
This means that custom 500 error pages (and e-mailed exceptions) now work even if a database has not been configured. Fixes #4429. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5410 bcc190cf-cafb-0310-a4f2-bffc1f526a37
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 #4404 -- Fixed LatestCommentsFeed query problem. Thanks, SmileyChris.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5408 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-01Fixed #3206 -- Changed ETag comparison to only return 304 when the normalMalcolm Tredinnick
status code would be in the range 200 - 299. This matches RFC 2616 requirements. Based on a patch from Vinay Sajip. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5407 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 #4290 -- Added a warning about trailing slashes to the project settingsMalcolm Tredinnick
file. Thanks, mw@agami.at. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5404 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-01Fixed #4427 -- Ported daily_cleanup.py to use model API for greaterMalcolm Tredinnick
portability. Thanks, nick.lane.au@gmail.com. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5403 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-06-01Fixed #4445 -- Fixed an import problem in one of the Python 2.3-only codeMalcolm Tredinnick
paths. Thanks, Bryan Chow. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5398 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-31Fixed #4441 -- Made a small optimization to the regroup template tag ↵Adrian Holovaty
implementation. Thanks, ferringb@gmail.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@5392 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-31Fixed #4426 -- Renamed duplicate doctest module _doctest, and documented the ↵Russell Keith-Magee
fact that it isn't an _exact_ copy of the doctest from Python 2.4. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5391 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-31Fixed #3050: you can now use extra(select=...) with values(). Thanks, Honza KralJacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5385 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 a serialization problem with objects that have a foreign key on an ↵Russell Keith-Magee
object whose primary key is a OneToOneField. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5371 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-27Report an error if urlpatterns contain a string view name and it is empty.Malcolm Tredinnick
Refs #4319. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5360 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