summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2012-03-09Removed executable bits from some files that don't need them.Ramiro Morales
2012-03-05Fixed #17830 -- Modified list_filter on DateTimeFields to account for the new...Aymeric Augustin
2012-03-05Updated French departments list: fixed #17833 (typo in 28), moved Corsica (2A...Aymeric Augustin
2012-03-05Enabled the existing admin Selenium tests to be run with Internet Explorer. N...Julien Phalip
2012-03-05Fixes #17327 -- Add --database option to createsuperuser and change password ...Chris Beaven
2012-03-05Updated localflavor base translation files with new strings. Refs #17822.Jannis Leidel
2012-03-05Updated gis base translation files with new strings. Refs #17822.Jannis Leidel
2012-03-05Updated flatpages base translation files with new strings. Refs #17822.Jannis Leidel
2012-03-05Updated contenttypes base translation files with new strings. Refs #17822.Jannis Leidel
2012-03-05Updated comments base translation files with new strings. Refs #17822.Jannis Leidel
2012-03-05Updated auth base translation files with new strings. Refs #17822.Jannis Leidel
2012-03-05Updated admin base translation files with new strings. Refs #17822.Jannis Leidel
2012-03-04Fixed #17677 -- Made sure the WizardView doesn't accidentally overwrite the `...Jannis Leidel
2012-03-04Added more thorough Selenium tests for the admin horizontal/vertical filter w...Julien Phalip
2012-03-03Fixed #17198 -- Ensured that a deterministic order is used across all databas...Julien Phalip
2012-03-03Fixed #17819 -- Convinced the NamedUrlWizardView to stop dropping files when ...Jannis Leidel
2012-03-02Fixed #15169 -- Added conversion of 0/1 to False/True for MySQL GIS backend. ...Carl Meyer
2012-03-02Edited stuff from [17543] to [17629]Adrian Holovaty
2012-03-02Fixed #17046 -- Added a check if the username passed to User.objects.create_u...Jannis Leidel
2012-03-02Fixed #17806 -- Fixed off-by-n error in the CachedStaticFilesStorage that pre...Jannis Leidel
2012-03-01Fixed #17737 -- Stopped the collectstatic management command from copying the...Jannis Leidel
2012-03-01Corrected contrib.markup filter errors to not use misleading template syntax.Carl Meyer
2012-03-01Fixed #17696 - Queryset prefetch_related() ignores using()Luke Plant
2012-02-29Fixes #17777 and makes tests run again.Paul McMillan
2012-02-29Fixed #17796 -- Rolled back [17588] because the fix for the original relativelyRamiro Morales
2012-02-27Fixed #16366 -- Prevented some failures of the django.contrib.auth tests when...Aymeric Augustin
2012-02-26Added file missed in r17588.Ramiro Morales
2012-02-26Fixed #15169 -- Corrected handling of model boolean fields in MySQL spatial b...Ramiro Morales
2012-02-23Cleanup to use get_random_string consistently.Paul McMillan
2012-02-23Added some Selenium tests for the admin's filter_horizontal and filter_vertic...Julien Phalip
2012-02-22Stopped hiding the original exception's message when a selenium driver's inst...Julien Phalip
2012-02-22Fixed #17678 -- Corrected setup of _meta.proxy_for_model and added _meta.conc...Carl Meyer
2012-02-19Moved an import statement to handle the case where selenium isn't installed.Julien Phalip
2012-02-19Fixed #13068 (again) -- Corrected the admin stacked inline template to allow ...Julien Phalip
2012-02-17Changed various non-breaking space characters from [17478] to use the code re...Adrian Holovaty
2012-02-16Fixed #17689 -- Stopped the CachedStaticFilesStorage from trying to hash path...Jannis Leidel
2012-02-16Fix broken test introduced by r17526.Paul McMillan
2012-02-14Stopped the collectstatic management from being wastful with file handlers. R...Jannis Leidel
2012-02-13Minor bugfixing of the staticfiles app following upstream development in djan...Jannis Leidel
2012-02-12Fixed #17656 -- Stopped the collectstatic management command from running the...Jannis Leidel
2012-02-11Updated SpatiaLite GeoDjango test setup instructions for version 3.0.Ramiro Morales
2012-02-11Fixed #16409 (again, this time for GeoDjango).Ramiro Morales
2012-02-11Fixed #17256 -- Ensured that content types get cached when retrieved by natur...Julien Phalip
2012-02-11Removed code duplicated in SQLite3 and SpatiaLite GeoDjango DB backends.Ramiro Morales
2012-02-11Added, documented support for SpatiaLite 3.0 to GeoDjango.Ramiro Morales
2012-02-09Fixed #17515 -- Added ability to override the template of custom admin Filter...Jannis Leidel
2012-02-09Fixed #17504 -- Fixed normalization of email addresses that have '@' in the n...Jannis Leidel
2012-02-09Fixed #17217 -- Use non breaking spaces for format localization in which spac...Jannis Leidel
2012-02-09Fixed #17139 -- Corrected the French department names to contain accents.Jannis Leidel
2012-02-09Fixed #17239 -- Stopped an inconsitent and unneeded use of mark_safe in the M...Jannis Leidel