summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2013-02-25[1.5.x] Fixed #18144 -- Restored compatibility with SHA1 hashes with empty salt.Aymeric Augustin
2013-02-25[1.5.x] Updated translationsClaude Paroz
2013-02-23[1.5.X] Fixed #19850 -- Use configured staticfiles storage to find the URL of...Jannis Leidel
2013-02-21[1.5.x] Made a couple of selenium tests wait for page loadedAnssi Kääriäinen
2013-02-19[1.5.x] Checked object permissions on admin history view.Carl Meyer
2013-02-19[1.5.x] Added a new required ALLOWED_HOSTS setting for HTTP host header valid...Carl Meyer
2013-02-15[1.5.x] Fixed geos test to prevent random failureClaude Paroz
2013-02-15[1.5.x] Avoided unneeded assertion on Python 3Claude Paroz
2013-02-15[1.5.x] Fixed #19807 -- Sanitized getpass input in createsuperuserClaude Paroz
2013-02-15[1.5.x] Fixed #19822 -- Added validation for uniqueness on USERNAME_FIELD on ...Russell Keith-Magee
2013-02-12[1.5.x] Fix admindocs on Python 3, where None cannot be sorted with strings.Carl Meyer
2013-02-09[1.5.x] Made modwsgi groups_for_user consistent with check_passwordPreston Holmes
2013-02-08[1.5.x] Fixed #19779 -- Checked contrib.sites presence in RedirectFallbackMid...Claude Paroz
2013-02-08[1.5.x] Fixed #19776 -- Added missing import for backportPreston Holmes
2013-02-07[1.5.x] Fixed #19662 -- alter auth modelbackend to accept custom username fieldsPreston Holmes
2013-02-07[1.5.x] Fixed #19772 -- Handled APPEND_SLASH correctly in the redirects app.Aymeric Augustin
2013-02-06[1.5.x] Fixed #19745 -- Forced resolution of verbose names in createsupersuserClaude Paroz
2013-02-04[1.5.x] Updated translations (bn/es/eu/lb/mn)Claude Paroz
2013-02-04[1.5.x] Fixed #19725 -- Made createsuperuser handle non-ascii promptsClaude Paroz
2013-02-02[1.5.x] Fixed #19333 -- Moved compress.py outside of the admin static folder....Julien Phalip
2013-02-02[1.5.x] Fixed #19445 -- Skip admin fieldsets validation when the ModelAdmin.g...Nick Sandford
2013-02-02[1.5.x] Lowered field ordering requirement in ogrinspect testClaude Paroz
2013-02-02[1.5.x] Added missing parentheses in if clauseClaude Paroz
2013-02-02[1.5.x] Fixed #18144 -- Added backwards compatibility with old unsalted MD5 p...Claude Paroz
2013-01-31[1.5.x] Fixed #19692 -- Completed deprecation of mimetype in favor of content...Aymeric Augustin
2013-01-29[1.5.x] Fixed typos in docs and commentsTim Graham
2013-01-22[1.5.x] Fixed #19477 - Documented generic_inlineformset_factoryTim Graham
2013-01-22[1.5.X] Fixed #19596 -- Use `_default_manager` instead of `objects` in the au...Florian Apolloner
2013-01-15Updated contrib apps translationsClaude Paroz
2013-01-15Updated localflavor translationsClaude Paroz
2013-01-12[1.5.x] Fixed #18026 -- Don't return an anonymous dict if extra_data in stora...Stephan Jaekel
2013-01-10[1.5.x] Fixed #19573 -- Allow override of username field label in Authenticat...Nick Sandford
2013-01-08[1.5.x] Updated deprecated test assertionsClaude Paroz
2013-01-01[1.5.x] Updated translation catalogs for core and adminClaude Paroz
2012-12-30[1.5.x] Added further flexibility to ModelAdmin for controlling post-save red...Julien Phalip
2012-12-30[1.5.x] Made gis get_default_columns mirror changes in normal compilerAnssi Kääriäinen
2012-12-26[1.5.x] Fixed #16408 -- Re-fixed value conversion with Spatialite backendClaude Paroz
2012-12-24[1.5.x] Fixed #19505 -- A more flexible implementation for customizable admin...Julien Phalip
2012-12-24[1.5.x] Made admin generated changelist URLs independent of dict orderingLuke Plant
2012-12-24[1.5.x] Use new TestCase methods for equality comparisonsIan Clelland
2012-12-22[1.5.x] Fixed #19509 -- Fixed crypt/bcrypt non-ascii password encodingClaude Paroz
2012-12-22[1.5.x] Fixed #19468 -- Decoded request.path correctly on Python 3.Aymeric Augustin
2012-12-21[1.5.x] Added compatibility with legacy message lengthClaude Paroz
2012-12-21[1.5.x] Fixed #19387 -- Preserved SafeData status in contrib.messagesClaude Paroz
2012-12-16[1.5.x] Fixed #19483 -- Improved import error message in contrib.commentsClaude Paroz
2012-12-16[1.5.X] Corrected tests depending on the error message on the AuthenticationF...Russell Keith-Magee
2012-12-15Updated translation catalog for contrib.authClaude Paroz
2012-12-15[1.5.X] Fixed #19368 -- Ensured that login error messages adapt to changes in...Russell Keith-Magee
2012-12-15[1.5.X} Fixed #19412 -- Added PermissionsMixin to the auth.User heirarchy.Russell Keith-Magee
2012-12-10[1.5.X] Fixed #18856 -- Ensured that redirects can't be poisoned by malicious...Florian Apolloner