summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-08-12Fixed #4914 -- Documented the Session.modified attribute for forcing session ↵Malcolm Tredinnick
saves. Thanks, Thomas Güttler and SmileyChris. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5869 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-12Fixed #4909 -- Fixed a race condition with middleware initialisation in ↵Malcolm Tredinnick
multi-threaded setups. Thanks, colin@owlfish.com. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5868 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-12Added documentation for widgets in newforms.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5867 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-12Fixed #4818 -- Improved 'Step 2' example in docs/databrowse.txt. Thanks, ↵Adrian Holovaty
kevin@berndtgroup.net git-svn-id: http://code.djangoproject.com/svn/django/trunk@5866 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-12Fixed #5015 -- Typo fix in oldforms. Thanks, teyc@cognoware.com.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5865 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-12Fixed #5011 -- Fixed usage of ungettext in hasNoProfanities validator. ↵Adrian Holovaty
Thanks, tzellman@gmail.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@5864 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-12Fixed #5019 -- Fixed broken links in navigation of 'change password' admin ↵Adrian Holovaty
page. Thanks, hpxchan@gmail.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@5863 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-12Fixed #5046 -- Added 'Unicode error hint' section to debug page in the case ↵Adrian Holovaty
of a UnicodeError. Thanks, Thomas Guttler git-svn-id: http://code.djangoproject.com/svn/django/trunk@5862 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-12Fixed #5095 -- newforms now checks for EnvironmentError when importing ↵Adrian Holovaty
settings. Thanks, SmileyChris git-svn-id: http://code.djangoproject.com/svn/django/trunk@5861 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-12Fixed #5110 -- Made a small clarification in docs/model-api.txt. Thanks, ↵Adrian Holovaty
Jarek Zgoda git-svn-id: http://code.djangoproject.com/svn/django/trunk@5860 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-12Fixed #4622 -- Fixed SelectDateWidget to work correctly when used as a ↵Malcolm Tredinnick
hidden input field. Thanks, Bill Fenner. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5859 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-12Fixed a Python 2.3 incompatibility.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5858 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-12Fixed #1984 -- Updated Italian translation from Nicola Larosa.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5857 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-12Moved in_ directory to its correct location under localflavor. I committed ↵Malcolm Tredinnick
it in the wrong place in [5847]. Fixed #3986. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5856 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-11Fixed #4987 -- Added documentation for newforms.DecimalField. Based on a ↵Malcolm Tredinnick
patch from james_027@yahoo.com. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5855 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-11Fixed #4910 -- Allow Unicode content to be passed in for text-based e-mailMalcolm Tredinnick
attachments. Thanks, djoume@taket.org. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5854 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-11Fixed #4902 -- Added Czech support to urlify.js. Thanks, Honza Král.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5853 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-11Fixed #4827 -- Fixed a problem when converting Unicode table names to ↵Malcolm Tredinnick
upper-case in Oracle backend. Based on a patch from timchen119@gmail.com. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5852 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-11Fixed #4762 -- Corrected an example. Thanks, Collin Grady and SmileyChris.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5851 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-11Fixed #4611 -- Removed "new in development version" annotation for the ↵Malcolm Tredinnick
permission_required decorator. It was in 0.96. Thanks, John Shaffer. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5850 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-11Fixed #4414 -- Fixed Javascript message translation to also work when there ↵Malcolm Tredinnick
is more than one format marker in a string. Thanks, tobias@neuyork.de. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5849 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-11Fixed #4189 -- Fixed crashes in a couple of corner cases in the comments ↵Malcolm Tredinnick
app. Not a perfect fix (see ticket), but it will do as a holdover until the new comments framework is in place. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5848 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-11Fixed #3986 -- Added Indian localflavor. Thanks, pradeep.gowda@gmail.com.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5847 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-11Added "new in development version" annotation to HttpRequest.encoding ↵Malcolm Tredinnick
documentation. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5846 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-11Documented the encoding attribute on the HttpRequest class.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5845 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-11Fixed #3526 -- Added content_type as an alias for mimetype to the ↵Malcolm Tredinnick
HttpResponse constructor. It's a slightly more accurate name. Based on a patch from Simon Willison. Fully backwards compatible. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5844 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-11Fixed #5128 -- Ignore .pyc files in django/contrib/databrowse/.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5843 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-11Fixed #4899 -- Fixed a problem on Windows when generating message catalogs ↵Malcolm Tredinnick
(caused by [5722]). Thanks, Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5842 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-11Fixed #4962-- Updated Slovak translation. Thanks, vlado@labath.org.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5841 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-11Fixed #4624 -- Added Persian ('fa') to the list of right-to-left languages.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5840 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-11Fixed #4880 -- Updated Spanish translation. Thanks, Mario Gonzalez.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5839 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-11Fixed #4973 -- Made a slight tweak to the French translation to try and ↵Malcolm Tredinnick
accommodate indeterminate forms (plural and gender) in the resulting sentence. Thanks, Johann Queuniet. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5838 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-11Fixed #4966 -- Fixed some typos in the French translation. Thanks, ↵Malcolm Tredinnick
cedric@terramater.net git-svn-id: http://code.djangoproject.com/svn/django/trunk@5837 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-11Fixed #5003 -- Small update to German translation.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5836 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-11Fixed #5017 -- Fixed small error in German translation. Thanks, Thomas ↵Malcolm Tredinnick
Steinacher. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5835 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-11Fixed #5134 -- Return empty strings as Unicode in psycopg1 backend.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5834 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-08Fixed #5115 -- Fixed `QuerySet` slices to allow longs.Gary Wilson Jr
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5831 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-07Added SVN ignore property on some recently added directories.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5827 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-07Removed a redundant directory join during FileField form saving. Thanks to ↵Russell Keith-Magee
David Danier's eagle eyes for picking up this one. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5826 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-07Fixed #5097 -- Made various updates and corrections to the documentation. ↵Adrian Holovaty
Thanks, Nicola Larosa git-svn-id: http://code.djangoproject.com/svn/django/trunk@5825 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-07Fixed #5105 -- Fixed two ReST errors in docs/newforms.txt. Thanks, Ramiro ↵Adrian Holovaty
Morales git-svn-id: http://code.djangoproject.com/svn/django/trunk@5824 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-06Fixed British spelling of 'customize' and 'behavior' in ↵Adrian Holovaty
Manager.get_query_set() docstring git-svn-id: http://code.djangoproject.com/svn/django/trunk@5823 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-06Added note that FileField and ImageField are only in development version. ↵Russell Keith-Magee
There are also some minor backwards compatibility issues with the changes introduced in [5819] - see the wiki for details. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5820 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-06Fixed #3297 -- Implemented FileField and ImageField for newforms. Thanks to ↵Russell Keith-Magee
the many users that contributed to and tested this patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5819 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-06Fixed #4980 -- Removed 'forms' from the 'not considered stable and will be ↵Adrian Holovaty
rewritten' section of docs/api_stability.txt. They've already been rewritten. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5818 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-06Fixed #4985 -- Clarified location of HttpResponse in ↵Adrian Holovaty
docs/request_response.txt. Thanks for raising the issue, rainer.mansfeld@romulo.de git-svn-id: http://code.djangoproject.com/svn/django/trunk@5817 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-06Added note to docs/model-api.txt about help_text not being escaped in the ↵Adrian Holovaty
admin interface git-svn-id: http://code.djangoproject.com/svn/django/trunk@5816 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-06Fixed #5006 -- Fixed incorrect/outdated docstring for the 'if' template tag. ↵Adrian Holovaty
Thanks, Thomas Petazzoni git-svn-id: http://code.djangoproject.com/svn/django/trunk@5815 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-06Added a closing </p>' to a code example in docs/email.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5814 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-06Fixed #5053 -- Added 'action' attribute to <form> tags that didn't have that ↵Adrian Holovaty
attribute in docs/newforms.txt examples. Perfectionism appreciated, trickyb git-svn-id: http://code.djangoproject.com/svn/django/trunk@5813 bcc190cf-cafb-0310-a4f2-bffc1f526a37