| Age | Commit message (Expand) | Author |
| 2005-09-13 | Fixed metasystem bug when using get_related_many_to_many() method with a cust... | Adrian Holovaty |
| 2005-09-13 | Removed Lawrence-specific stuff in utils.text.recapitalize. Refs #467 | Adrian Holovaty |
| 2005-09-13 | Removed utils.text.fix_microsoft_characters, which didn't actually do anythin... | Adrian Holovaty |
| 2005-09-13 | Fixed #481 -- Added all other HTTP status codes to WSGI backend. Thanks, eugene | Adrian Holovaty |
| 2005-09-11 | Fixed #485 -- Typo in utils/feedgenerator.py. Thanks, eugene@lazutkin.com | Adrian Holovaty |
| 2005-09-11 | Fixed #486 -- Fixed bug in template filter parsing in edge cases, and added u... | Adrian Holovaty |
| 2005-09-06 | Made 'django-admin.py init' more robust | Adrian Holovaty |
| 2005-09-05 | Improved model validator to check for upload_to attribute in FileFields | Adrian Holovaty |
| 2005-09-04 | Fixed #458 -- Added /r/ to default admin urlconf | Adrian Holovaty |
| 2005-09-02 | Fixed #351 -- views.generic.list_detail.object_list now respects allow_empty ... | Adrian Holovaty |
| 2005-09-02 | Improved model validator to make sure prepopulate_from is a list or tuple | Adrian Holovaty |
| 2005-09-02 | Fixed #404 -- Fixed random ordering in MySQL by abstracting random function i... | Adrian Holovaty |
| 2005-09-02 | Fixed #394 -- Trailing-slash redirects now retain duplicate name-value query-... | Adrian Holovaty |
| 2005-09-02 | Fixed #429 -- Small cleanup to code in utils/html.py. Thanks, pb@e-scribe.com | Adrian Holovaty |
| 2005-09-02 | Fixed #453 -- 'django-admin install' now does model validation before install... | Adrian Holovaty |
| 2005-09-02 | Changed django.core.management.validate to take an optional 'outfile' argumen... | Adrian Holovaty |
| 2005-09-02 | Fixed #454 -- Clarified django-admin '--help' output to use 'modelmodule' ins... | Adrian Holovaty |
| 2005-09-02 | Fixed spacing bug in '--help' output of django-admin | Adrian Holovaty |
| 2005-09-02 | Fixed bug in [601] | Adrian Holovaty |
| 2005-09-02 | Fixed bug in has_related_links=True, which is legacy and shouldn't be used by... | Adrian Holovaty |
| 2005-09-01 | Fixed #392 -- Fixed bug in memcache setup if arguments are given. Thanks, adr... | Adrian Holovaty |
| 2005-09-01 | Refactored the HttpResponse subclasses a tiny bit to use args and kwargs inst... | Adrian Holovaty |
| 2005-09-01 | Fixed bug in contrib comment_form template tag when hard-coded object IDs are... | Adrian Holovaty |
| 2005-09-01 | Fixed #446 -- Fixed bug in yesno template filter. Thanks, Hugo | Adrian Holovaty |
| 2005-09-01 | Fixed #365 -- Changed template.resolve_variable to resolve hard-coded strings... | Adrian Holovaty |
| 2005-08-31 | Fixed #385 -- Fixed bug in yesno template filter. Thanks, eugene@lazutkin.com | Adrian Holovaty |
| 2005-08-31 | Fixed #403 -- Fixed bug in floatformat template filter. Thanks, nesh | Adrian Holovaty |
| 2005-08-31 | Fixed #407 -- Code no longer assumes request.META['REMOTE_ADDR'] exists. Than... | Adrian Holovaty |
| 2005-08-31 | Fixed #413 -- get_file_url() for FileFields now uses proper slashes on Window... | Adrian Holovaty |
| 2005-08-30 | Refactored comment templatetags to remove redundant 'tag_name' parameter. Als... | Adrian Holovaty |
| 2005-08-30 | Fixed display bug in admin when deleting an object that has a OneToOneField | Adrian Holovaty |
| 2005-08-29 | Fixed #349 -- Fixed bug in development server admin media on Windows. Thanks,... | Adrian Holovaty |
| 2005-08-29 | Fixed #256 and #334 -- Added {% ifequal %} template tag. Also, {% ifequal %} ... | Adrian Holovaty |
| 2005-08-29 | Fixed small bug in manipulator handling of one-to-one-related foreign keys | Adrian Holovaty |
| 2005-08-29 | Fixed bug in metasystem manipulator_validator_unique_for_date(), related to [... | Adrian Holovaty |
| 2005-08-29 | Fixed bug in metasystem method_get_next_in_order and method_get_previous_in_o... | Adrian Holovaty |
| 2005-08-26 | Fixed #423 -- Fixed bug in ForeignKey admin filters. Thanks, jkocherhans | Adrian Holovaty |
| 2005-08-26 | Changed django-admin.py inspectdb to output new-style model syntax | Adrian Holovaty |
| 2005-08-25 | Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use... | Adrian Holovaty |
| 2005-08-25 | Changed 'coding error' and 'database error' e-mails to include request.path i... | Adrian Holovaty |
| 2005-08-23 | Fixed a small bug in admin changelist view -- the code that handles ordering by | Jacob Kaplan-Moss |
| 2005-08-22 | Changed SessionMiddleware to use process_request instead of process_view -- t... | Adrian Holovaty |
| 2005-08-19 | Fixed #350 -- 'offset' DB API parameter now works in MySQL 3. Tests from [540... | Adrian Holovaty |
| 2005-08-19 | Fixed #360 -- runserver now takes optional 'ip:port' in addition to 'port'. T... | Adrian Holovaty |
| 2005-08-19 | Fixed #371 -- Fixed bug in 'random' template filter. Thanks, Boffbowsh | Adrian Holovaty |
| 2005-08-18 | Modified admin styles to make headers and buttons readable with images off. | Wilson Miner |
| 2005-08-18 | Improved session code to force creation of a new session key if the given ses... | Adrian Holovaty |
| 2005-08-18 | Tweaked [531] slightly, so that it checks for 'is None' instead of boolean 'not' | Adrian Holovaty |
| 2005-08-18 | Added friendly error message if a view returns None instead of an HttpRespons... | Adrian Holovaty |
| 2005-08-17 | Fixed bug in manipulator_valid_rel_key() -- it assumed the related object's p... | Adrian Holovaty |