| Age | Commit message (Expand) | Author |
| 2007-08-12 | Fixed #5095 -- newforms now checks for EnvironmentError when importing settin... | Adrian Holovaty |
| 2007-08-12 | Fixed #5110 -- Made a small clarification in docs/model-api.txt. Thanks, Jare... | Adrian Holovaty |
| 2007-08-12 | Fixed #4622 -- Fixed SelectDateWidget to work correctly when used as a hidden... | Malcolm Tredinnick |
| 2007-08-12 | Fixed a Python 2.3 incompatibility. | Malcolm Tredinnick |
| 2007-08-12 | Fixed #1984 -- Updated Italian translation from Nicola Larosa. | Malcolm Tredinnick |
| 2007-08-12 | Moved in_ directory to its correct location under localflavor. I committed it... | Malcolm Tredinnick |
| 2007-08-11 | Fixed #4987 -- Added documentation for newforms.DecimalField. Based on a patc... | Malcolm Tredinnick |
| 2007-08-11 | Fixed #4910 -- Allow Unicode content to be passed in for text-based e-mail | Malcolm Tredinnick |
| 2007-08-11 | Fixed #4902 -- Added Czech support to urlify.js. Thanks, Honza Král. | Malcolm Tredinnick |
| 2007-08-11 | Fixed #4827 -- Fixed a problem when converting Unicode table names to upper-c... | Malcolm Tredinnick |
| 2007-08-11 | Fixed #4762 -- Corrected an example. Thanks, Collin Grady and SmileyChris. | Malcolm Tredinnick |
| 2007-08-11 | Fixed #4611 -- Removed "new in development version" annotation for the permis... | Malcolm Tredinnick |
| 2007-08-11 | Fixed #4414 -- Fixed Javascript message translation to also work when there i... | Malcolm Tredinnick |
| 2007-08-11 | Fixed #4189 -- Fixed crashes in a couple of corner cases in the comments app.... | Malcolm Tredinnick |
| 2007-08-11 | Fixed #3986 -- Added Indian localflavor. Thanks, pradeep.gowda@gmail.com. | Malcolm Tredinnick |
| 2007-08-11 | Added "new in development version" annotation to HttpRequest.encoding documen... | Malcolm Tredinnick |
| 2007-08-11 | Documented the encoding attribute on the HttpRequest class. | Malcolm Tredinnick |
| 2007-08-11 | Fixed #3526 -- Added content_type as an alias for mimetype to the HttpRespons... | Malcolm Tredinnick |
| 2007-08-11 | Fixed #5128 -- Ignore .pyc files in django/contrib/databrowse/. | Malcolm Tredinnick |
| 2007-08-11 | Fixed #4899 -- Fixed a problem on Windows when generating message catalogs (c... | Malcolm Tredinnick |
| 2007-08-11 | Fixed #4962-- Updated Slovak translation. Thanks, vlado@labath.org. | Malcolm Tredinnick |
| 2007-08-11 | Fixed #4624 -- Added Persian ('fa') to the list of right-to-left languages. | Malcolm Tredinnick |
| 2007-08-11 | Fixed #4880 -- Updated Spanish translation. Thanks, Mario Gonzalez. | Malcolm Tredinnick |
| 2007-08-11 | Fixed #4973 -- Made a slight tweak to the French translation to try and accom... | Malcolm Tredinnick |
| 2007-08-11 | Fixed #4966 -- Fixed some typos in the French translation. Thanks, cedric@ter... | Malcolm Tredinnick |
| 2007-08-11 | Fixed #5003 -- Small update to German translation. | Malcolm Tredinnick |
| 2007-08-11 | Fixed #5017 -- Fixed small error in German translation. Thanks, Thomas Steina... | Malcolm Tredinnick |
| 2007-08-11 | Fixed #5134 -- Return empty strings as Unicode in psycopg1 backend. | Malcolm Tredinnick |
| 2007-08-08 | Fixed #5115 -- Fixed `QuerySet` slices to allow longs. | Gary Wilson Jr |
| 2007-08-07 | Added SVN ignore property on some recently added directories. | Russell Keith-Magee |
| 2007-08-07 | Removed a redundant directory join during FileField form saving. Thanks to Da... | Russell Keith-Magee |
| 2007-08-07 | Fixed #5097 -- Made various updates and corrections to the documentation. Tha... | Adrian Holovaty |
| 2007-08-07 | Fixed #5105 -- Fixed two ReST errors in docs/newforms.txt. Thanks, Ramiro Mor... | Adrian Holovaty |
| 2007-08-06 | Fixed British spelling of 'customize' and 'behavior' in Manager.get_query_set... | Adrian Holovaty |
| 2007-08-06 | Added note that FileField and ImageField are only in development version. The... | Russell Keith-Magee |
| 2007-08-06 | Fixed #3297 -- Implemented FileField and ImageField for newforms. Thanks to t... | Russell Keith-Magee |
| 2007-08-06 | Fixed #4980 -- Removed 'forms' from the 'not considered stable and will be re... | Adrian Holovaty |
| 2007-08-06 | Fixed #4985 -- Clarified location of HttpResponse in docs/request_response.tx... | Adrian Holovaty |
| 2007-08-06 | Added note to docs/model-api.txt about help_text not being escaped in the adm... | Adrian Holovaty |
| 2007-08-06 | Fixed #5006 -- Fixed incorrect/outdated docstring for the 'if' template tag. ... | Adrian Holovaty |
| 2007-08-06 | Added a closing </p>' to a code example in docs/email.txt | Adrian Holovaty |
| 2007-08-06 | Fixed #5053 -- Added 'action' attribute to <form> tags that didn't have that ... | Adrian Holovaty |
| 2007-08-06 | Fixed #5064 -- Fixed potentially confusing sentence in docs/authentication.tx... | Adrian Holovaty |
| 2007-08-06 | Fixed #5071 -- Fixed 'global name ugettext is not defined' error in django.co... | Adrian Holovaty |
| 2007-08-06 | Fixed #5077 -- django/utils/encoding.py no longer imports settings, as it doe... | Adrian Holovaty |
| 2007-08-06 | Fixed #5082 -- Enabled tab completion in 'django-admin.py shell' for objects ... | Adrian Holovaty |
| 2007-08-06 | Edited docs/newforms.txt changes from [5804] | Adrian Holovaty |
| 2007-08-06 | Fixed #5074 -- Added link to audio clip of 'Django' pronunciation | Adrian Holovaty |
| 2007-08-05 | Fixed #4001 -- Added dynamic save_m2m method() to forms created with form_for... | Russell Keith-Magee |
| 2007-08-05 | Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For... | Gary Wilson Jr |