summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2012-02-09Fixed #16958 -- Correctly use the queryset method in the auth app's UserAdmin...Jannis Leidel
2012-02-09added German (Switzerland) localflavor formatsJannis Leidel
2012-02-09Fixed #10793 -- Stopped caching paginator instances in sitemap classes to pre...Jannis Leidel
2012-02-09Fixed #7758 and #17189 -- Allowed to override the `form_url` context var in t...Jannis Leidel
2012-02-09Fixed #159 -- Prevent the `AdminSite` from logging users out when they try to...Jannis Leidel
2012-02-05Improved on r17454 to ensure that `collapse.js` only gets minified when `DEBU...Julien Phalip
2012-02-05Fixed #17521 -- Made the minified JS files be used in the admin only when `DE...Julien Phalip
2012-02-04Fixed #17458 -- Marked Http404 error messages for translation. Thanks, Claude...Jannis Leidel
2012-02-04Fixed #17597 -- Marked a word for translation in the comments app's form clas...Jannis Leidel
2012-02-04Fixed #17596 -- Stopped the AdminField class from double quoting its label. T...Jannis Leidel
2012-02-04Fixed #13914 -- Added natural keys to User and Group models in auth contrib a...Jannis Leidel
2012-02-03Made a bunch more edits up until [17418]Adrian Holovaty
2012-01-29Fixed #8995 -- Added support for HTTPS in sitemaps.Aymeric Augustin
2012-01-29Fixed #2713 -- Made the name of the sitemap view a parameter of the sitemap i...Aymeric Augustin
2012-01-28Added basic tests for databrowse. Refs #5968.Aymeric Augustin
2012-01-28Fixed #5968 -- Allowed (un-)registering with databrowse several models at once.Aymeric Augustin
2012-01-28Added __future__ import for Python 2.5 forgotten in r17402.Aymeric Augustin
2012-01-28Fixed #12972 -- Validated that flatpages URLs start and (when appropriate) en...Aymeric Augustin
2012-01-28Fixed #12099 -- Prevented admindocs from crashing when an application that pr...Aymeric Augustin
2012-01-24Fixed #17506 -- Did a minor optimization in the sessions' database backend. T...Julien Phalip
2012-01-23Reverted [17378] until a public API is available for application labels.Ramiro Morales
2012-01-19Fixed translatability of application names in admin app.Ramiro Morales
2012-01-07Fixed #10756 -- Error in the formats accepted by PLNIPField. Thanks remik for...Aymeric Augustin
2012-01-07Fixed #17415 -- Reset database sequence for Site's pk after creating the defa...Aymeric Augustin
2012-01-02Fixed #8997 -- Prevented the contenttypes `shortcut` view to hide errors occu...Julien Phalip
2012-01-02Improved the labels and help texts in the admin filter widget.Julien Phalip
2012-01-02Slightly improved the help text for the "Password" field in the `auth.User` a...Julien Phalip
2012-01-02Fixed #11410 -- Moved the "Groups" field to the "Permissions" module in the `...Julien Phalip
2011-12-28Added the `wait_until()` and `wait_loaded_tag()` methods to `AdminSeleniumWeb...Julien Phalip
2011-12-27Fixed #17455 -- Extended `CachedStaticFilesStorage` slightly to handle some U...Jannis Leidel
2011-12-25Fixed #17462: Adjusted staticfiles CachedFilesMixin code so its tests pass on...Karen Tracey
2011-12-24Fixed #17457 -- Marked strings used in hash descriptions for translation.Aymeric Augustin
2011-12-24Fixed #17414 -- Prevented numberformat from trying to group digits when the n...Aymeric Augustin
2011-12-24Added a password reset link to default admin login page if a password reset U...Luke Plant
2011-12-23Fixed #17450 -- Added missing import to auth models module forgotten in r1725...Jannis Leidel
2011-12-23Renovated password hashing, including the forgotten files in r17253.Paul McMillan
2011-12-23Renovated password hashing. Many thanks to Justine Tunney for help with the i...Paul McMillan
2011-12-22Updated English base translation files in preparation of the alpha release so...Jannis Leidel
2011-12-22Fixed a broken translation string in the flatpages' forms module.Jannis Leidel
2011-12-22Fixed #2879 -- Added support for the integration with Selenium and other in-b...Julien Phalip
2011-12-19Stopped unconditionally reversing admin model add/change URLs.Ramiro Morales
2011-12-19Fixed #17408 -- Cleaned up some namings in `contrib.formtools`. Thanks, Steph...Julien Phalip
2011-12-19Fixed #17163 -- Added the `NamedUrlWizardView.get_step_url()` method. Thanks,...Julien Phalip
2011-12-19Fixed #17162 -- Removed the useless `WizardView.get_wizard_name()` method. Th...Julien Phalip
2011-12-19Fixed #17151 -- Renamed `wizard_prev_step` to the clearer `wizard_goto_step` ...Julien Phalip
2011-12-19Fixed #17150 -- Made `NamedUrlWizardView.url_name` available in the template ...Julien Phalip
2011-12-19Fixed #17148 -- Fixed the signature of `WizardView.get_context_data()` to pla...Julien Phalip
2011-12-17Fixed various dodgy behavioursAdrian Holovaty
2011-12-17Explained why UserCreationForm performs custom validation of usernames. Refs ...Aymeric Augustin
2011-12-17Converted some of the built-in views to use content_type instead of mimetype ...Adrian Holovaty