summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2008-06-23Several Django styling fixes in the `contrib.sessions` app.Gary Wilson Jr
2008-06-22Fixed #7517 -- Added code to remove Sites from the site cache when they are d...Russell Keith-Magee
2008-06-22Fixed #7514 -- Added code to clear the site cache on sync. This shouldn't hav...Russell Keith-Magee
2008-06-20Added basic tests for auth.views.password_resetLuke Plant
2008-06-19Fixed #6812 -- Modified the formtools test case to be run order safe with res...Russell Keith-Magee
2008-06-18Fixed #3393: login view no longer assumes that set_test_cookie has been calle...Jacob Kaplan-Moss
2008-06-18Fixed #7554 -- Modified contrib.localflavor to make use of ugettext, rather t...Russell Keith-Magee
2008-06-18Fixed #7429 -- Modified the Session base class a little more dictionary-like ...Russell Keith-Magee
2008-06-16Fixed #7347 -- Corrected docstring in IT localflavor.Russell Keith-Magee
2008-06-16Fixed #7354 -- Fixed a Python 2.3 compatibility issue in formtools/wizard.py....Adrian Holovaty
2008-06-16Fixed #7329 -- Added list_display Admin options to FlatPage and Redirect mode...Adrian Holovaty
2008-06-08Fixed #7394: fixed bug with syncdb and createsuperuser introduced in [7590]. ...Jacob Kaplan-Moss
2008-06-08Fixed #7392 -- Corrected a typo in the backwards-compatibility layer to the n...Russell Keith-Magee
2008-06-08Fixed #5614: added 'manage.py createsuperuser'. Thanks, programmerq.Jacob Kaplan-Moss
2008-06-07Fixed #2548: added get/set_expiry methods to session objects. Thanks, Amit Up...Jacob Kaplan-Moss
2008-05-16Simplified control flow for change made in r7535Luke Plant
2008-05-15Fixed bug in staff_member_required decorator for the case where users share a...Luke Plant
2008-05-10Removed mark_safe from the saved request path on the admin login form. This p...Russell Keith-Magee
2008-04-28Fixed #3002 -- Fixed a problem with ordering by related models in the adminMalcolm Tredinnick
2008-04-27Merged the queryset-refactor branch into trunk.Malcolm Tredinnick
2008-04-15Fixed #7012 -- Added a missing file for CSS backgrounds with right-to-leftMalcolm Tredinnick
2008-04-15Fixed #6387 -- Updated markdown filter to handle markdown-1.7 as well asMalcolm Tredinnick
2008-04-15Fixed #7017 -- Minor typo fix in a comment. Thanks FranRuiz.Malcolm Tredinnick
2008-04-13Updated the inline help text for User.is_active.Malcolm Tredinnick
2008-03-29Django code styling fixes.Gary Wilson Jr
2008-03-29Fixed #6879 -- Made string in `contrib.flatpages` translatable, thanks ctroch...Gary Wilson Jr
2008-03-25Fixed #6852 -- Converted the admin to use the new paginator, to remove Deprec...Adrian Holovaty
2008-03-20Fixed #5507 -- Use a more portable way to get at the system's tmpdir (fixes aMalcolm Tredinnick
2008-03-19Fixed #5107: swapped in RequestContext for Context in syndication feeds. Than...Jacob Kaplan-Moss
2008-03-18Added more robust processing to parameterised syndication feeds for the caseMalcolm Tredinnick
2008-03-18Added "svn:eol-style native" to every text file in the tree (*.txt, *.html,Malcolm Tredinnick
2008-03-18Fixed corner-case bug in formtools wizard.py and preview.py, in case of a Non...Adrian Holovaty
2008-03-17Added parse_params() hook to FormWizardAdrian Holovaty
2008-03-13Fixed #3218 -- Implemented django.contrib.formtools.wizard. Thanks, Honza and...Adrian Holovaty
2008-03-12Fixed #5570: generic foreign keys no longer do multiple lookups on the conten...Jacob Kaplan-Moss
2008-03-10Beefed up caching of ContentType lookups by adding ContentType.objects.get_fo...Jacob Kaplan-Moss
2008-03-08Fixed #5922 -- Turned `ModelBackend` authentication backend into a new-style ...Gary Wilson Jr
2008-02-25Fixed #5701 -- Fixed decorators to take the name, attributes, and docstring o...Gary Wilson Jr
2008-02-19Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups).Malcolm Tredinnick
2008-02-03Fixed #6109 -- Marked fieldset descriptions as safe from auto-escaping. GoodMalcolm Tredinnick
2008-02-03Fixed #6224 -- Small doc fixed for Argentinean localflavor. Thanks, RamiroMalcolm Tredinnick
2008-02-03Fixed #6356 -- Added a mark_safe() call that was missed in a url() method. T...Malcolm Tredinnick
2008-02-03Fixed #6383 -- Fixed a typo in the Irish counties list. Thanks, Jamie Quint.Malcolm Tredinnick
2008-01-31Fixed `add_domain` call to use domain attribute of `current_site` so the func...Gary Wilson Jr
2008-01-31Fixed #6508 -- Fixed `add_domain` function to also work with https feed URLs,...Gary Wilson Jr
2008-01-28Fixed #6354 -- Fixed url in `django/conf/urls/shortcut.py` to work with non-i...Gary Wilson Jr
2008-01-28Fixed #6324 -- Fixed `get()` call in `UserFlagManager.flag()`.Gary Wilson Jr
2008-01-28Style fixes.Gary Wilson Jr
2008-01-13Fixed #3165 -- Really allow underscores when making a superuser, thanks `Smil...Gary Wilson Jr
2008-01-13Fixed #6347 -- Fixed missing comma in `it_province.py` module, thanks Filippo...Gary Wilson Jr