summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-09-13Fixed metasystem bug when using get_related_many_to_many() method with a cust...Adrian Holovaty
2005-09-13Removed Lawrence-specific stuff in utils.text.recapitalize. Refs #467Adrian Holovaty
2005-09-13Removed utils.text.fix_microsoft_characters, which didn't actually do anythin...Adrian Holovaty
2005-09-13Fixed #481 -- Added all other HTTP status codes to WSGI backend. Thanks, eugeneAdrian Holovaty
2005-09-11Fixed #485 -- Typo in utils/feedgenerator.py. Thanks, eugene@lazutkin.comAdrian Holovaty
2005-09-11Fixed #486 -- Fixed bug in template filter parsing in edge cases, and added u...Adrian Holovaty
2005-09-11Fixed #487 -- Fixed typo in docs/cache.txt. Thanks, eugene@lazutkin.comAdrian Holovaty
2005-09-06Made 'django-admin.py init' more robustAdrian Holovaty
2005-09-06Fixed #465 -- Fixed typo in docs/templates_python.txt. Thanks, ManuzhaiAdrian Holovaty
2005-09-06Fixed #462 -- Fixed typo in docs/templates_python.txt. Thanks, eugene@lazutki...Adrian Holovaty
2005-09-06Fixed small typo in [628]Adrian Holovaty
2005-09-06Finished docs/templates_python.txtAdrian Holovaty
2005-09-06Fixed some more formatting bugs in [625]Adrian Holovaty
2005-09-06Fixed some formatting bugs in [625]Adrian Holovaty
2005-09-06Added a couple more sections to docs/templates_python.txtAdrian Holovaty
2005-09-06Made small cleanups to [623]Adrian Holovaty
2005-09-05Added docs/templates_python.txt, which isn't finished yetAdrian Holovaty
2005-09-05Improved model validator to check for upload_to attribute in FileFieldsAdrian Holovaty
2005-09-04Fixed #456 -- Fixed minor typo in docs/overview.txt. Thanks, eugene@lazutkin.comAdrian Holovaty
2005-09-04Fixed #458 -- Added /r/ to default admin urlconfAdrian Holovaty
2005-09-04Fixed #459 -- setup.py now includes admin_templates/registration. Thanks, igo...Adrian Holovaty
2005-09-02Fixed #351 -- views.generic.list_detail.object_list now respects allow_empty ...Adrian Holovaty
2005-09-02Improved model validator to make sure prepopulate_from is a list or tupleAdrian Holovaty
2005-09-02Added note to docs/cache.txt saying CacheMiddleware needs to be first entry i...Adrian Holovaty
2005-09-02Fixed #404 -- Fixed random ordering in MySQL by abstracting random function i...Adrian Holovaty
2005-09-02Added unit test that confirms #404Adrian Holovaty
2005-09-02Fixed #394 -- Trailing-slash redirects now retain duplicate name-value query-...Adrian Holovaty
2005-09-02Fixed ReST bugs in docs/django-admin.txtAdrian Holovaty
2005-09-02Fixed #429 -- Small cleanup to code in utils/html.py. Thanks, pb@e-scribe.comAdrian Holovaty
2005-09-02Fixed #448 -- Fixed bug in docs/forms.txt. Thanks, HugoAdrian Holovaty
2005-09-02Fixed #453 -- 'django-admin install' now does model validation before install...Adrian Holovaty
2005-09-02Changed django.core.management.validate to take an optional 'outfile' argumen...Adrian Holovaty
2005-09-02Fixed #454 -- Clarified django-admin '--help' output to use 'modelmodule' ins...Adrian Holovaty
2005-09-02Fixed spacing bug in '--help' output of django-adminAdrian Holovaty
2005-09-02Fixed some bugs in model syntax of docs/overview.txt -- thanks, Paul BissexAdrian Holovaty
2005-09-02Fixed bug in [601]Adrian Holovaty
2005-09-02Added link to request-and-response documentation from tutorial04Adrian Holovaty
2005-09-02Added link to request-and-response documentation from tutorial03Adrian Holovaty
2005-09-02Fixed bug in has_related_links=True, which is legacy and shouldn't be used by...Adrian Holovaty
2005-09-01Fixed #392 -- Fixed bug in memcache setup if arguments are given. Thanks, adr...Adrian Holovaty
2005-09-01Fixed #287 -- Clarified description for 'slugify' template filter. Thanks, em...Adrian Holovaty
2005-09-01Fixed #417 -- Added clarification to docs/tutorial02.txt about settings.admin...Adrian Holovaty
2005-09-01Added clarification to [594]Adrian Holovaty
2005-09-01Added 'If I make changes to a model, how do I update the database?' to the FAQAdrian Holovaty
2005-09-01Fixed inevitable ReST bugs in [592]Adrian Holovaty
2005-09-01Added docs/request_response.txtAdrian Holovaty
2005-09-01Refactored the HttpResponse subclasses a tiny bit to use args and kwargs inst...Adrian Holovaty
2005-09-01Fixed bug in contrib comment_form template tag when hard-coded object IDs are...Adrian Holovaty
2005-09-01Fixed #446 -- Fixed bug in yesno template filter. Thanks, HugoAdrian Holovaty
2005-09-01Updated template docs to reflect [587]Adrian Holovaty