summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-10-28Fixed #488 -- removetags template filter now removes tags without a space bef...Adrian Holovaty
2005-10-28Fixed #700 -- urlify.js now uses hyphens instead of underscoresAdrian Holovaty
2005-10-28Fixed #703: added decorators to require that view be called with a given HTTP...Jacob Kaplan-Moss
2005-10-26Fixed shortcut redirect handlerJacob Kaplan-Moss
2005-10-25Changed global_settings.TEMPLATE_LOADERS to be same as default project_templa...Adrian Holovaty
2005-10-25Improved autoreloader to ignore files that might be in eggs. Refs #596Adrian Holovaty
2005-10-25Fixed #677 -- db.queries is now reset per request. Thanks, seancazzellAdrian Holovaty
2005-10-25Fixed #679 -- 'collapse' admin row class is now processed correctly when more...Adrian Holovaty
2005-10-25Fixed #687 -- Fixed bug in floatformat template filter and added unit tests. ...Adrian Holovaty
2005-10-23Small massaging of docs/model-api.txtAdrian Holovaty
2005-10-23Added 'django-admin.py installperms' commandAdrian Holovaty
2005-10-23Fixed #684 -- Fixed login_required and user_passes_test decorators. Thanks, r...Adrian Holovaty
2005-10-22Fixed #479 -- Implemented time-zone formats in dateformat. Thanks, SuneAdrian Holovaty
2005-10-22Fixed #681 -- get_in_bulk no longer assumes PK fields are called id. Also add...Adrian Holovaty
2005-10-22Some small improvements and fixes to docs/authentication.txt, which still isn...Adrian Holovaty
2005-10-22Added partially completed docs/authentication.txtAdrian Holovaty
2005-10-22Added django.views.decorators.auth.user_passes_test, which is a more generic ...Adrian Holovaty
2005-10-20Fixed #663 -- app_directories template loader no longer assumes a dot in the ...Adrian Holovaty
2005-10-20Fixed #668 -- Changed default site from mysite.com to example.com. Thanks, IanAdrian Holovaty
2005-10-20Added note about ALLOWED_INCLUDE_ROOTS to docs/templates.txtAdrian Holovaty
2005-10-20Fixed #655 -- Improved 'validator_list' section of docs/model-api.txt.Adrian Holovaty
2005-10-20Fixed #658 -- Fixed JavaScript calendar widget in IE. Thanks for the patch, k...Adrian Holovaty
2005-10-20Fixed #654 -- Fixed bug in [969]. Thanks, korpios@gmail.comAdrian Holovaty
2005-10-20Fixed #653 -- setup.up now accounts for admin file moves. Thanks, korpios@gma...Adrian Holovaty
2005-10-20Fixed another ReST bug in template docs from [969]Adrian Holovaty
2005-10-20Fixed ReST bug in template docs from [969]Adrian Holovaty
2005-10-20Lightly refactored django.utils.dateformat to make it use less code. Also int...Adrian Holovaty
2005-10-20Fixed #317 -- SlugField now accepts hyphens. Thanks, SuneAdrian Holovaty
2005-10-20Fixed #642 -- Added small improvement to EmailField docs. Thanks, BoffbowshAdrian Holovaty
2005-10-19Fixed template-name bug for admin doc templates in [948]Adrian Holovaty
2005-10-19Removed duplicate LANGUAGE_CODE from project_template/settings. Thanks, EspenGAdrian Holovaty
2005-10-19Added TIME_ZONE and LANGUAGE_CODE to stock settings file created by 'django-a...Adrian Holovaty
2005-10-19Fixed #647 -- Fixed cache middleware not to expect _cache_update_cache, in ca...Adrian Holovaty
2005-10-19Removed django.conf.admin_templates. Refs #627Adrian Holovaty
2005-10-19Fixed admin template bug from [948]Adrian Holovaty
2005-10-19Fixed ReST bug in docs/tutorial02.txtAdrian Holovaty
2005-10-19Fixed #641 -- Fixed re-raise in django.core.handlers.base. Thanks, SuneAdrian Holovaty
2005-10-19Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl...Adrian Holovaty
2005-10-18Added django.contrib.admin.templatetags. Refs #627Adrian Holovaty
2005-10-18Added contrib.admin.models.admin, which contains LogEntry (from models.auth)....Adrian Holovaty
2005-10-18Fixed ReST bug in docs/model-api.txtAdrian Holovaty
2005-10-18Removed legacy TODO comment from django.models.authAdrian Holovaty
2005-10-18Added DATA_TYPES_REVERSE to ado_mssql backendAdrian Holovaty
2005-10-18Changed get_random_function_sql for ado_mssql backend to use RAND(), which is...Adrian Holovaty
2005-10-18Added get_table_list() to ado_mssql backendAdrian Holovaty
2005-10-18Changed contrib.admin.views.main to use staff_member_required_decorator. Refs...Adrian Holovaty
2005-10-18Changed django.contrib.admin.views.main to use template.loader instead of tem...Adrian Holovaty
2005-10-18Changed contrib.admin.views.template and doc to use staff_member_required dec...Adrian Holovaty
2005-10-18Removed django.views.admin. Everything has been moved to django.contrib.admin...Adrian Holovaty
2005-10-18Moved views.admin.main to contrib.admin.views.main. Refs #627. Note that this...Adrian Holovaty