summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-26Removed remains from times when tests could be run outside of runtests.py.Aymeric Augustin
2011-10-26Improved settings manipulation in the cache tests with the suitable decorator...Aymeric Augustin
2011-10-26Avoid spurious failures in naturaltime tests.Carl Meyer
2011-10-26Fixed #16257 -- Added new `ModelAdmin.get_list_display_links()` method to all...Julien Phalip
2011-10-26Fixed a reference that was broken at r17026.Aymeric Augustin
2011-10-26Fixed #17090 -- Made the API specification for `ModelAdmin.get_list_display()...Julien Phalip
2011-10-26Fixed #17111 -- Made the `redirect_to` generic view properly handle query str...Julien Phalip
2011-10-26Fixed #15938 -- Prevented the `max_length` number in the admin `prepopulated_...Julien Phalip
2011-10-25Made some `contrib.messages` tests use `override_settings` for clarity. Thank...Julien Phalip
2011-10-24Fixed #17086 -- Removed pollution of global template-builtins from markup and...Carl Meyer
2011-10-24Fixed #17099 -- Removed an out-of-date warning and some unused code, now that...Carl Meyer
2011-10-23Fixed #14202 -- made the atom:link element optional in feeds.Aymeric Augustin
2011-10-23Fixed #13760 -- Cleaned up unnecessary default option handling in a bunch of ...Julien Phalip
2011-10-22Fixed #16574 -- Strengthened the `contrib.messages` tests' isolation to avoid...Julien Phalip
2011-10-22Fixed #17087 -- Re-organized the i18n docs to reduce confusion between USE_I1...Aymeric Augustin
2011-10-22Fixed #15826 -- Made `assertContains` and `assertNotContains` work with `Simp...Julien Phalip
2011-10-22Fixed the grammar of a sentence in the docs.Alex Gaynor
2011-10-22Mocked datetime in the naturaltime tests to avoid sporadic test failure.Carl Meyer
2011-10-22Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled int...Carl Meyer
2011-10-22Fixed #17064 -- Improved the UX for the admin's time and date picker widgets ...Julien Phalip
2011-10-21move an mport out of a functionAlex Gaynor
2011-10-20Fixed #17059 -- Encode `GeoIP` query strings properly so `libGeoIP` returns r...Justin Bronn
2011-10-20Fixed #17071 -- Made sure we report the right version of system-level {simple...Ramiro Morales
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