summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-20Fixed 16938 -- Ensured that the active locale's formats take precedence over ...Julien Phalip
2011-10-20Removed a small useless piece of code from `contrib.auth`.Julien Phalip
2011-10-19Fixed #14806 -- Added support for contextual translations to the `trans` and ...Julien Phalip
2011-10-19Fixed #16393 -- FormWizard's cookie storage backend now works with all versio...Alex Gaynor
2011-10-18Fixed #17054 -- Ensured the test suite runs when gettext isn't available, aft...Aymeric Augustin
2011-10-18Remove comments referencing encryption. Django doesn't do encryption.Paul McMillan
2011-10-18Fixed #17067 -- reverted some backwards-incompatible changes from r16933 and ...Aymeric Augustin
2011-10-18Remove all relative imports. We have always been at war with relative imports.Alex Gaynor
2011-10-17Remove a great many of the remaining relative imports.Alex Gaynor
2011-10-17Remove several more relative imports.Alex Gaynor
2011-10-17Remove more relative imports (I will kill them all).Alex Gaynor
2011-10-17Fixed typo in my last commit.Luke Plant
2011-10-17Added warning about replay attacks when using the cookies backend for sessions.Luke Plant
2011-10-17remove some relative imports from djangoAlex Gaynor
2011-10-17Tweaked test added in r16873 so it also works with Oracle.Ramiro Morales
2011-10-17Tweaked a tests tweak from r16960 so it uses the right model.Ramiro Morales
2011-10-17Fixed #17057 -- Corrected flatpage url uniqueness validation to account for f...Carl Meyer
2011-10-17Tweaked admin_scripts tests enhanced in r16964 a bit more so they don't fail ...Ramiro Morales
2011-10-16Fixed #17023 -- Unified `WizardView` `process_step()` documentation. Thanks s...Ramiro Morales
2011-10-16Fixed #17056 -- Tweaked insert SQL clause generation so a corner case doesn't...Ramiro Morales
2011-10-16Fixed a test that relied on the database to reject invalid data; MySQL doesn'...Aymeric Augustin
2011-10-16Fixed multiple database tests that broke foreign keys constraints. Refs #17055.Aymeric Augustin
2011-10-16Fixed a test that depended on how identifiers are quoted by the database back...Aymeric Augustin
2011-10-16Fixed a test that was broken at r16978. Refs #17055.Aymeric Augustin
2011-10-16Made an `AutoField` test more robust.Julien Phalip
2011-10-16Fixed #15221 -- Made the admin filters on foreign key and m2m relationships d...Julien Phalip
2011-10-15Modified the tablespaces tests so that they no longer rely on settings.DEFAUL...Aymeric Augustin
2011-10-15Ensured that the feeds framework supports both datetimes and dates. Refs #4076.Aymeric Augustin
2011-10-15Fixed a test failure introduced at r16987. Refs #12308.Aymeric Augustin
2011-10-14Fixed #12308 -- Added tablespace support to the PostgreSQL backend.Aymeric Augustin
2011-10-14Switch several assertNumQueries to use the context manager, which is much mor...Alex Gaynor
2011-10-14Remove the usage of deprecated function in Django. Also simplify the fallback...Alex Gaynor
2011-10-14Fixed ReST indentation errors introduced in [16983]. Grr.Luke Plant
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-10-13Fix a Python 2.5-ism.Alex Gaynor
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor
2011-10-13Fixed #16899 -- Backported the fix for http://bugs.python.org/issue9063 and a...Aymeric Augustin
2011-10-13Fixed #16923 -- Removed unused method in the serialization code.Aymeric Augustin
2011-10-13Fixed #16906 -- Format datetimes with str/unicode instead of strftime where p...Aymeric Augustin
2011-10-13Fix the dispatch tests on python 2.5Alex Gaynor
2011-10-13Convert much of the regression tests to use absolute imports. There's still ...Alex Gaynor
2011-10-13Convert all modeltests to use absolute imports, rather than relative ones.Alex Gaynor
2011-10-13Fixed #16918 -- Ensured that custom querysets are used when provided to `Base...Julien Phalip
2011-10-13Remove a handful of `import *` from the tests.Alex Gaynor
2011-10-13Fixed #7609 -- Noted in the model fields reference documentation that `Positi...Julien Phalip
2011-10-13Fixed a couple of `assert` syntax warnings mistakingly introduced in r16966 a...Julien Phalip
2011-10-13Added note to tutorial part #2 about possible mismatch with the Django versio...Ramiro Morales
2011-10-13Removed a couple of notes associated with deprecated utilities from the local...Ramiro Morales
2011-10-13Fixed a padding issue in admin tabular inline headers.Julien Phalip
2011-10-13Fixed #16776 -- Fixed a regression introduced in r16415 which caused Django's...Julien Phalip