summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2005-11-06Fixed #742 -- Implemented 't' dateformat. Thanks, radek.Adrian Holovaty
2005-11-06Fixed #109 -- Created DATE_FORMAT, DATETIME_FORMAT and TIME_FORMAT settings.Adrian Holovaty
2005-11-06Reordered MEDIA_ROOT and MEDIA_URL in global_settings so they're not in the C...Adrian Holovaty
2005-11-06Fixed #281 -- Made e-mail address validation much more strict and accurate.Adrian Holovaty
2005-11-06Fixed #312 -- Fixed bug when adding images in the admin when edit_inline and ...Adrian Holovaty
2005-11-06Fixed #732 -- Updated de translation. Thanks, lucky@knup.deAdrian Holovaty
2005-11-06Fixed #738 -- Updated cs translation. Thanks, radek svarzAdrian Holovaty
2005-11-06Fixed #727 -- Fixed leftover %() syntax in password_reset_email template. Tha...Adrian Holovaty
2005-11-06Fixed #741 -- Made models.core.Session.get_decoded() fault-tolerant, in case ...Adrian Holovaty
2005-11-06Reworded docstrings and settings documentation from [1068]Adrian Holovaty
2005-11-06Fixed #729 -- prepopulate_from (urlify.js) now removes characters that aren't...Adrian Holovaty
2005-11-06Tiny docstring cleanup in middleware/common.pyAdrian Holovaty
2005-11-06Fixed #740 -- Abstracted hard-coded slash in utils/translation.py. Thanks, ra...Adrian Holovaty
2005-11-06Small docstring change to django.views.staticAdrian Holovaty
2005-11-06Fixed #737 -- Changed validators.isValidIPAddress4 to use a single regex. Tha...Adrian Holovaty
2005-11-05Added meta.Admin list_select_related option, which specifies to use select_re...Adrian Holovaty
2005-11-05Fixed #734 -- Fixed namespace bug in validators.isValidIPAddress4. Thanks, Hu...Adrian Holovaty
2005-11-04Fixed #728 -- Updated Norwegian translation. Thanks, EspenAdrian Holovaty
2005-11-04Renamed language no_NB to noAdrian Holovaty
2005-11-04Added Norwegian translation -- Thanks EspenAdrian Holovaty
2005-11-04Companion .mo-file checkin to [1077]Adrian Holovaty
2005-11-04Renamed 'Traditional Chinese' to 'Simplified Chinese' and updated po filesAdrian Holovaty
2005-11-04Fixed bug in django.utils.decorators.decorator_from_middleware -- it wasn't r...Adrian Holovaty
2005-11-04Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th...Jacob Kaplan-Moss
2005-11-02Made floatformat filter not choke on non-floatsJacob Kaplan-Moss
2005-11-01Added quote_name hook for each database backend. Refs #121. Thanks, Robin Mun...Adrian Holovaty
2005-11-01Updated out-of-date docstring in django/core/db/__init__.pyAdrian Holovaty
2005-11-01Fixed #505 -- ssi template tag now displays a message instead of failing sile...Adrian Holovaty
2005-11-01Fixed #507 -- Changed MySQL backend so that it uses 'LIKE BINARY' for case-se...Adrian Holovaty
2005-11-01Fixed #508 -- Added support for 'expires' in cookies and changed session midd...Adrian Holovaty
2005-10-31Made several grammar fixes to cache documentation from [1020]Adrian Holovaty
2005-10-29Fixed #675: PasswordFields now respect length and maxlength paramsJacob Kaplan-Moss
2005-10-29Fixed #140: memcached backends may now use multiple serversJacob Kaplan-Moss
2005-10-29Fixed #612 - added cache control headers (thanks, hugo)Jacob Kaplan-Moss
2005-10-28Fixed #701 -- contrib.admin.views.doc now uses get_internal_type()Adrian Holovaty
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-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-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