| Age | Commit message (Expand) | Author |
| 2007-08-15 | Fixed #5156 -- Added some translation calls to a couple of missed words. Base... | Malcolm Tredinnick |
| 2007-08-15 | Fixed #4880 -- Updated Spanish translation. Thanks, Mario Gonzalez. | Malcolm Tredinnick |
| 2007-08-15 | If SITE_ID isn't in the test settings, fake it. We need the sites framework, ... | Malcolm Tredinnick |
| 2007-08-15 | Reverted [5887], at least for now. Both flatpages and redirects depend on the | Malcolm Tredinnick |
| 2007-08-15 | Fixed some ReST errors in docs/testing.txt | Adrian Holovaty |
| 2007-08-15 | Removed stray tabs mistakenly added to docs/testing.txt in [5889] | Adrian Holovaty |
| 2007-08-15 | *Finally* edited docs/testing.txt | Adrian Holovaty |
| 2007-08-15 | Fixed #5158 -- Minor typo in newforms docs. Thanks, hayley <djangocode@vortex... | Russell Keith-Magee |
| 2007-08-14 | Removed django.contrib.sites from ALWAYS_INSTALLED_APPS in runtests.py. It wa... | Adrian Holovaty |
| 2007-08-14 | Fixed bug in [5885] | Adrian Holovaty |
| 2007-08-14 | Changed django.contrib.auth.views.login to use RequestSite if the sites frame... | Adrian Holovaty |
| 2007-08-14 | Made some negligible formatting changes to django/core/management.py | Adrian Holovaty |
| 2007-08-14 | Removed 'LIMIT 1' from the [5882] change, as it's not supported by Oracle | Adrian Holovaty |
| 2007-08-13 | Fixed #5030 -- Removed 'COUNT()' from Model.save() when determining whether a... | Adrian Holovaty |
| 2007-08-13 | Fixed #5141 -- Added Croation translation. Thanks, Aljosa Mohorovic. | Malcolm Tredinnick |
| 2007-08-13 | Removed unneeded directory. | Malcolm Tredinnick |
| 2007-08-12 | Fixed #4994 -- Send back set-cookie headers in "not modified" responses. Well... | Malcolm Tredinnick |
| 2007-08-12 | Fixed #5085 -- In generic views, set the default name for the slug field to '... | Malcolm Tredinnick |
| 2007-08-12 | Fixed #5111 -- Set svn:eol-style to 'native' on files that didn't have it | Malcolm Tredinnick |
| 2007-08-12 | Fixed #4946 -- Added some small improvements to Gzip middleware. Thanks, coli... | Malcolm Tredinnick |
| 2007-08-12 | Fixed #4947 -- Avoid displaying uploaded file contents in the debug web page.... | Malcolm Tredinnick |
| 2007-08-12 | Clarified the reasoning in a comment. | Malcolm Tredinnick |
| 2007-08-12 | Fixed #4942 -- Added an explanation that we see tickets as they are filed, au... | Malcolm Tredinnick |
| 2007-08-12 | Fixed #4941 -- Changed imports for interactive portion of the example to be c... | Malcolm Tredinnick |
| 2007-08-12 | Fixed #4933 -- Fixed a typo and reformatted a fairly long line in passing. Th... | Malcolm Tredinnick |
| 2007-08-12 | Fixed #4914 -- Documented the Session.modified attribute for forcing session ... | Malcolm Tredinnick |
| 2007-08-12 | Fixed #4909 -- Fixed a race condition with middleware initialisation in multi... | Malcolm Tredinnick |
| 2007-08-12 | Added documentation for widgets in newforms. | Russell Keith-Magee |
| 2007-08-12 | Fixed #4818 -- Improved 'Step 2' example in docs/databrowse.txt. Thanks, kevi... | Adrian Holovaty |
| 2007-08-12 | Fixed #5015 -- Typo fix in oldforms. Thanks, teyc@cognoware.com. | Malcolm Tredinnick |
| 2007-08-12 | Fixed #5011 -- Fixed usage of ungettext in hasNoProfanities validator. Thanks... | Adrian Holovaty |
| 2007-08-12 | Fixed #5019 -- Fixed broken links in navigation of 'change password' admin pa... | Adrian Holovaty |
| 2007-08-12 | Fixed #5046 -- Added 'Unicode error hint' section to debug page in the case o... | Adrian Holovaty |
| 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 |