| Age | Commit message (Expand) | Author |
| 2007-01-30 | 0.90-bugfixes: fix for backport in [4418]stable/0.90.x | James Bennett |
| 2007-01-24 | 0.90-bugfixes: Backporting [4244] for those using legacy Django with psycopg1 | James Bennett |
| 2007-01-02 | 0.90-bugfixes: backport [2238]. Refs #1148 | James Bennett |
| 2006-09-05 | 0.90-bugfixes: fix a problem on mod_python that could result in stale DB conn... | James Bennett |
| 2005-11-16 | Changed FormWrapper.fields (from [1253]) to be a property, so that it's only ... | Adrian Holovaty |
| 2005-11-15 | Fixed #587 - iteration through formfields in a FormWrapper is now allowed (th... | Jacob Kaplan-Moss |
| 2005-11-15 | Fixed bug in postgresql backend that prevented the user of passwords with spa... | Jacob Kaplan-Moss |
| 2005-11-14 | Added "pretty" error pages to be used when DEBUG is True. | Jacob Kaplan-Moss |
| 2005-11-14 | Fixed #121 -- Django now quotes all names in SQL queries. Also added unit tes... | Adrian Holovaty |
| 2005-11-13 | Moved db.quote_name from a model-level function to a method of DatabaseWrappe... | Adrian Holovaty |
| 2005-11-12 | fixes #764 - the TokenParser now respects string parameters to filters that c... | Georg Bauer |
| 2005-11-12 | Fixed #778 -- Improved isExistingURL validator not to raise ValidationError f... | Adrian Holovaty |
| 2005-11-12 | Completely refactored legacy RSS framework to the new django.contrib.syndicat... | Adrian Holovaty |
| 2005-11-11 | Implemented quote_name() for ado_mssql DB backend. Thanks, Jakub Labath and E... | Adrian Holovaty |
| 2005-11-10 | Fixed #763 -- cache system now catches OSError for os.remove() call. Thanks, ... | Adrian Holovaty |
| 2005-11-10 | Fixed #724 -- Ensured get_next_by_FOO() and get_previous_by_FOO() methods don... | Adrian Holovaty |
| 2005-11-09 | Fixed #686 -- django-admin.py sqlreset and sqlclear no longer assume the admi... | Adrian Holovaty |
| 2005-11-09 | Fixed #683 -- Lightly refactored meta.fields.Field to add an attname attribute. | Adrian Holovaty |
| 2005-11-09 | Factored FORM_FIELD_ID_PREFIX out into a get_id() method in formfields.py -- ... | Adrian Holovaty |
| 2005-11-09 | Fixed #761; thanks, Eugene | Jacob Kaplan-Moss |
| 2005-11-09 | Renamed enclosure_url, enclosure_length and enclosure_mime_type to give them ... | Adrian Holovaty |
| 2005-11-09 | Added django.core.rss.Feed -- the new RSS interface. Refs #329. | Adrian Holovaty |
| 2005-11-06 | Fixed #281 -- Made e-mail address validation much more strict and accurate. | Adrian Holovaty |
| 2005-11-06 | Fixed #312 -- Fixed bug when adding images in the admin when edit_inline and ... | Adrian Holovaty |
| 2005-11-06 | Reworded docstrings and settings documentation from [1068] | Adrian Holovaty |
| 2005-11-06 | Fixed #737 -- Changed validators.isValidIPAddress4 to use a single regex. Tha... | Adrian Holovaty |
| 2005-11-05 | Added meta.Admin list_select_related option, which specifies to use select_re... | Adrian Holovaty |
| 2005-11-05 | Fixed #734 -- Fixed namespace bug in validators.isValidIPAddress4. Thanks, Hu... | Adrian Holovaty |
| 2005-11-04 | Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th... | Jacob Kaplan-Moss |
| 2005-11-02 | Made floatformat filter not choke on non-floats | Jacob Kaplan-Moss |
| 2005-11-01 | Added quote_name hook for each database backend. Refs #121. Thanks, Robin Mun... | Adrian Holovaty |
| 2005-11-01 | Updated out-of-date docstring in django/core/db/__init__.py | Adrian Holovaty |
| 2005-11-01 | Fixed #505 -- ssi template tag now displays a message instead of failing sile... | Adrian Holovaty |
| 2005-11-01 | Fixed #507 -- Changed MySQL backend so that it uses 'LIKE BINARY' for case-se... | Adrian Holovaty |
| 2005-10-29 | Fixed #675: PasswordFields now respect length and maxlength params | Jacob Kaplan-Moss |
| 2005-10-29 | Fixed #140: memcached backends may now use multiple servers | Jacob Kaplan-Moss |
| 2005-10-28 | Fixed #488 -- removetags template filter now removes tags without a space bef... | Adrian Holovaty |
| 2005-10-25 | Fixed #677 -- db.queries is now reset per request. Thanks, seancazzell | Adrian Holovaty |
| 2005-10-25 | Fixed #687 -- Fixed bug in floatformat template filter and added unit tests. ... | Adrian Holovaty |
| 2005-10-23 | Added 'django-admin.py installperms' command | Adrian Holovaty |
| 2005-10-22 | Fixed #681 -- get_in_bulk no longer assumes PK fields are called id. Also add... | Adrian Holovaty |
| 2005-10-20 | Fixed #663 -- app_directories template loader no longer assumes a dot in the ... | Adrian Holovaty |
| 2005-10-20 | Fixed #668 -- Changed default site from mysite.com to example.com. Thanks, Ian | Adrian Holovaty |
| 2005-10-20 | Fixed #317 -- SlugField now accepts hyphens. Thanks, Sune | Adrian Holovaty |
| 2005-10-19 | Fixed #641 -- Fixed re-raise in django.core.handlers.base. Thanks, Sune | Adrian Holovaty |
| 2005-10-19 | Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl... | Adrian Holovaty |
| 2005-10-18 | Added DATA_TYPES_REVERSE to ado_mssql backend | Adrian Holovaty |
| 2005-10-18 | Changed get_random_function_sql for ado_mssql backend to use RAND(), which is... | Adrian Holovaty |
| 2005-10-18 | Added get_table_list() to ado_mssql backend | Adrian Holovaty |
| 2005-10-17 | Fixed #583 -- Added app_directories template loader, which searches for templ... | Adrian Holovaty |