summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-09-22Converted load_and_render() calls to render_to_response() because of [664].Adrian Holovaty
2005-09-22Added django.core.template_loader.render_to_string and django.core.extensions...Adrian Holovaty
2005-09-22Added django.core.validators.isValidHTMLAdrian Holovaty
2005-09-22Fixed #538 -- Added zip_safe=False to setup.py. Thanks, grayrest@gmail.comAdrian Holovaty
2005-09-22Converted django.contrib.comments.views.* to use load_and_renderAdrian Holovaty
2005-09-22Converted django.views.admin.doc to use load_and_renderAdrian Holovaty
2005-09-22Converted django.views.auth.login to use load_and_renderAdrian Holovaty
2005-09-22Converted django.views.registration.passwords to use load_and_render -- it's ...Adrian Holovaty
2005-09-21Fixed #533 -- Fixed bug when using custom context_instance in load_and_render...Adrian Holovaty
2005-09-21Changed django.core.extensions.load_and_render to take context_instance inste...Adrian Holovaty
2005-09-21Added django.core.extensions.load_and_render, which factors out the boilerpla...Adrian Holovaty
2005-09-20Fixed #525 -- admin.list_filter now works with ManyToManyFields whose primary...Adrian Holovaty
2005-09-20Added ManyToManyField filter doesn't display question to FAQAdrian Holovaty
2005-09-20Added 'Why did you write all of Django from scratch' FAQ questionAdrian Holovaty
2005-09-20Changed my bio to reflect my job changeAdrian Holovaty
2005-09-20Improved model validator so that it validates admin.list_display valuesAdrian Holovaty
2005-09-20Added a few notes about list_display to docs/model-api.txtAdrian Holovaty
2005-09-20Added unit test to one_to_one model that confirms #527Adrian Holovaty
2005-09-19Fixed #491 -- Non-user connections are now supported for PostgreSQL. Thanks, ...Adrian Holovaty
2005-09-19Fixed #506 -- runtests.py now allows models to be tested individually. Thanks...Adrian Holovaty
2005-09-17Companion django.core.extensions checkin to [644]Adrian Holovaty
2005-09-17Fixed mutable-argument bug in template.Context init. Thanks, LukeAdrian Holovaty
2005-09-15Fixed "unique" validator for fields with relations.Jacob Kaplan-Moss
2005-09-14Small change to docs/modpython.txt -- added link to Apache Web siteAdrian Holovaty
2005-09-14Fixed #502 -- Added 'categories' keyword argument to RSS framework. Thanks, e...Adrian Holovaty
2005-09-14Fixed #500 -- Created a TEMPLATE_FILE_EXTENSION setting that lets you overrid...Adrian Holovaty
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