summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-04-16Added django.contrib.databrowseAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5011 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-16Fixed #4038 -- Added reference to django.contrib.webdesign in the template docs.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5010 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-16Refs #3786 -- Added reference to database-specific documentation in install.txt.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5009 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-13Fixed #4029 -- Fixed some broken links and made some links relative in ↵Adrian Holovaty
docs/model-api.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@5005 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-13Fixed #3786 -- Fixed sqlinitialdata references in some docs. Thanks, Ramiro ↵Adrian Holovaty
Morales git-svn-id: http://code.djangoproject.com/svn/django/trunk@5004 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-12Fixed #3830 -- Added installation note on removing old versions of Django ↵Russell Keith-Magee
(especially eggs) before installing a new version. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4999 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-12Fixed #3956 -- Minor typo in template docs. Thanks, Nick Fishman.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4998 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-10Fixed #3983 -- Fixed misspelled Delaware in localflavor unit testsAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4993 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-10Fixed #3983 -- Fixed misspelled Delaware in localflavor.us.us_states. ↵Adrian Holovaty
Thanks, oneofthemany1 git-svn-id: http://code.djangoproject.com/svn/django/trunk@4992 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-10Added svn:ignore to a few newly added directories.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4991 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-09Fixed #3846 -- Fixed misleading variable name in 'startapp' code. Thanks, ↵Adrian Holovaty
MarioGonzalez git-svn-id: http://code.djangoproject.com/svn/django/trunk@4989 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-09Edited docs/syndication_feeds.txt changes from [4982]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4988 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-09Removed duplicate entry for Paul Bissex in AUTHORS (from [4983]). We *do* ↵Adrian Holovaty
love Paul, but fair is fair -- only one entry per person git-svn-id: http://code.djangoproject.com/svn/django/trunk@4987 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-09Negligible space changes to django/db/models/query.pyAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4986 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-09Backwards-incompatible change -- Removed LazyDate helper class. To preserve ↵Russell Keith-Magee
existing functionality, query arguments can now be callable. Callable query arguments are evaluated with the query is evaluated. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4985 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-09Fixed #3966 -- Updated Macedonian translation. Thanks, Georgi Stanojevski.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4984 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-09Fixed #3034 -- Added mimetype parameter to the direct_to_template() genericMalcolm Tredinnick
view, for consistency with the other generic views. Thanks, Paul Bx. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4983 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-09Clarified that there is no feed-level description element in Atom feeds and theMalcolm Tredinnick
subtitle element (and model attribute) may be a substitute in many cases. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4982 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-09Fixed #3958 -- Added lastBuildDate element to RSS feeds. Thanks,Malcolm Tredinnick
baptiste.goupil@gmail.com. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4981 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-09Fixed #3916 -- Small tweak to information in tutorial 2. Based on a patch fromMalcolm Tredinnick
Simon Greenhill. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4980 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-09Fixed #3926 -- Fixed typo in admin CSS. Thanks, Jeff Hilyard.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4979 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-09Fixed #3909 -- Added a couple of small clarifications to django-admin.pyMalcolm Tredinnick
documentation. Thanks, adurdin@gmail.com. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4978 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-09Fixed #3912 -- Updated Slovak translation. Thanks Martin Kosír.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4977 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-09Fixed #3932 -- Updated Spanish translation. Thanks, gomo@datafull.com.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4976 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-09Fixed #3943 -- Added Korean translation. Thanks, Hyun Mi Ae.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4975 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-09Fixed #3950 -- Fixed some errors in the Norwegian translation. Thanks, LudvigMalcolm Tredinnick
Ericson. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4974 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-09Fixed a typo from [4968].Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4970 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-09Removed a stray tab in django.contrib.localflavor.fi.formsAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4968 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-09Corrected docstring comment for list of states in Brazilian localflavor.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4967 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-09Edited docs/url_dispatch.txt changes from [4901]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4966 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-09Fixed #3893 -- Changed docs/legacy_databases.txt examples to use manage.py ↵Adrian Holovaty
instead of django-admin.py. Thanks, Kashif Razzaqui git-svn-id: http://code.djangoproject.com/svn/django/trunk@4965 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-09Added note to docs/django-admin.txt about the examples using ↵Adrian Holovaty
django-admin.txt but the examples being just as relevant for manage.py. Refs #3893 git-svn-id: http://code.djangoproject.com/svn/django/trunk@4964 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-09Fixed #3929 -- Newforms Textarea widget now always includes 'rows' and ↵Adrian Holovaty
'cols' attributes, even if you don't pass them in, for HTML correctness. Thanks, and welcome back, Luke Plant git-svn-id: http://code.djangoproject.com/svn/django/trunk@4961 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-09Fixed #3933 -- Updated docs/documentation.txt to reflect the lack of ↵Adrian Holovaty
comments on documentation. Thanks, Paul B. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4960 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-09Fixed #3942 -- Fixed potential confusion on debug 404 page by stripping ↵Adrian Holovaty
initial slash from the display of the current URL. Thanks, Collin Grady git-svn-id: http://code.djangoproject.com/svn/django/trunk@4959 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-09Fixed #3935 -- Fixed typo in docs/modpython.txt. Thanks, alexis@smirnov.caAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4958 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-09Fixed #3939 -- Fixed typo in docs/modpython.txt. Thanks, jack.mangels@mexpro.comAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4957 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-09Fixed #3968 -- Fixed typo in docs/request_response.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4956 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-08Fixed #3876 -- Added Australian local flavour. Thanks, Matthew Flanagan.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4955 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-08Backwards-incompatible change -- Renamed localflavor.usa to localflavor.us ↵Russell Keith-Magee
to match naming of other flavors. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4954 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-07Added blank lines around Meta and Admin classes in django.contrib.auth.modelsAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4945 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-06Fixed inconsistent indentation in localflavor/de/forms.py from [4922]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4939 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-06Fixed the ADO backend to match the required interface and normalized naming ↵Russell Keith-Magee
of parameters. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4938 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-06Fixed #3790 -- Fixed a problem with sequence resetting during fixture loads ↵Russell Keith-Magee
when using Postgres. Thanks to Jon Ballard and scott@staplefish.com for the report, and to Zach Thompson for suggesting a solution. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4937 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-05Added a check of the format specifiers in Python strings. This will identify aMalcolm Tredinnick
lot of common translation errors. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4934 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-05Backed out a portion of [4919] until I can make it worth smoothly withMalcolm Tredinnick
oldforms. Refs #3924. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4933 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-05Small fix to [4931].Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4932 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-05Fixed #3918 -- Handle technical message IDs correctly when settings.USE_I18N isMalcolm Tredinnick
False. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4931 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-05Fixed #3931 -- Corrected a typo noticed by Jorge Gajon.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4930 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-05Missed file from [4928].Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4929 bcc190cf-cafb-0310-a4f2-bffc1f526a37