3
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Dec 01, 2024 — Dec 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed #583 -- Added app_directories template loader, which searches for templates in 'templates' directory in each INSTALLED_APPS package. It's turned off by default. More... about 20 years ago
Added 'Designate between GET and POST' section to design_philosophies.txt More... about 20 years ago
Fixed typo in filesystem template-loader error message More... about 20 years ago
Changed internal variable names in django.core.template.loaders.eggs to be consistent with filesystem More... about 20 years ago
Removed django/conf/admin_templates/changelist_generic.html -- a leftover, legacy template that's no longer used More... about 20 years ago
Fixed #630 -- Fixed formatting error in docs/model-api.txt. Thanks, [email protected] More... about 20 years ago
Fixed #616 -- Added a process_exception() hook to middleware framework. Thanks, Hugo More... about 20 years ago
Fixed #225 -- Added first stab at MS SQL Server support (via ADO). Thanks to [email protected] for the patch More... about 20 years ago
Fixed #628 -- Django no longer overwrites model class docstrings if they're provided More... about 20 years ago
Upgraded ez_setup.py from 0.5a12 to 0.6a5 More... about 20 years ago
Fixed small namespace bug in [867] More... about 20 years ago
Changed template unit test runner to use new template-loader framework from [870] More... about 20 years ago
Fixed #582 -- Added support for loading templates from Python eggs, and a TEMPLATE_LOADERS setting, which defines which loaders to use. Thanks, Sune More... about 20 years ago
Redid [865], which got lost in [867] More... about 20 years ago
Fixed #626 -- Moved template modules to django.core.template package. django.core.template_loader is deprecated, in favor of django.core.template.loader. More... about 20 years ago
Registered default_if_none filter from [859] More... about 20 years ago
Reworded part of design_philosophies.txt More... about 20 years ago
Fixed ReST bugs in docs/templates.txt More... about 20 years ago
Grammar fix to docs/design_philosophies.txt More... about 20 years ago
Fixed typo in docs/design_philosophies.txt More... about 20 years ago
Fixed #622 -- Added default_if_none filter. Thanks, Eric More... about 20 years ago
Fixed #618 -- Added DATABASE_PORT setting. Thanks, Esaj More... about 20 years ago
Small grammar cleanup to design_philosophies.txt More... about 20 years ago
Cleaned up 'Assume designer competence' section in docs/design_philosophies.txt More... about 20 years ago
Added docs/design_philosophies.txt More... about 20 years ago
Added link to server-arrangements page from docs/install.txt. Thanks, Alice More... about 20 years ago
Fixed ReST bug in docs/model-api.txt from [846] More... about 20 years ago
Fixed #589 -- Added FilePathField. It's available as an ORM field and as a standalone field in django.core.formfields. Thanks, [email protected] More... about 20 years ago
Added note to docs/modpython.txt about non-dev arrangements not serving admin media files More... about 20 years ago
Fixed formatting bug in docs/model-api.txt More... about 20 years ago