summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2012-09-17Fix bug in get_indexes affecting the testsAndrew Godwin
2012-09-17More schema test fixingAndrew Godwin
2012-09-17Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2012-09-17Fix app loading/test interactionAndrew Godwin
2012-09-17Only update `last_login` instead of the whole user object in `update_last_log...Florian Apolloner
2012-09-16Fixed #17485 regression -- only + select_related interactionAnssi Kääriäinen
2012-09-15Fixed #18530 -- Fixed a small regression in the admin filters where wrongly f...Julien Phalip
2012-09-15Fixed #17948 -- Isolated auth tests from custom template loadersClaude Paroz
2012-09-15Used ST_AsText for testing PostGIS raw queryClaude Paroz
2012-09-13Merge pull request #364 from martey/ticket_18933Tim Graham
2012-09-13Removed unused quoting/encoding in gis db backendClaude Paroz
2012-09-13Fixed #18795 -- Fixed failing GeoDjango testsClaude Paroz
2012-09-12[py3] Fixed GeoDjango mutable list testsClaude Paroz
2012-09-12Made minimal changes to make gis test suite start with Python 3Claude Paroz
2012-09-12Fixed test output check when password is blankClaude Paroz
2012-09-12Fixed #18182 -- Made is_usable_password check if hashing algorithm is correctClaude Paroz
2012-09-12Fixed #18790 -- Encoded database password on Python 2Claude Paroz
2012-09-10Document and test 'type' usage in Widget attrsClaude Paroz
2012-09-10fixed rfc comment typo in middleware/csrf.pyCollin Anderson
2012-09-10Fixed #18611 -- Display current date/time when running runserverMike Grouchy
2012-09-09Fix an HTML-parser test that's failed in Python 2.6.8 since 5c79dd58.Carl Meyer
2012-09-09Fix Python 3 test failure introduced in a78dd109.Carl Meyer
2012-09-09Replace nested try/finally try/except with try/except/finally.Florian Apolloner
2012-09-09Fixes #18933. Fixes code example in docstring.Martey Dodoo
2012-09-08Adjust d7853c5 to not show ignorable warnings when running tests.Malcolm Tredinnick
2012-09-08Internal refactoring; moving LOOKUP_SEP up one level.Malcolm Tredinnick
2012-09-08Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names.Carl Meyer
2012-09-08Remove a couple unused imports.Carl Meyer
2012-09-08Fixed #18545 -- Make the 'no DJANGO_SETTINGS_MODULE' error message more usefu...Carl Meyer
2012-09-08Removed warning check in test_load_overlong_keyClaude Paroz
2012-09-08Moved the admin inline JS to new JS files for cleanliness.Travis Swicegood
2012-09-08Updated docs for dates generic views.Aymeric Augustin
2012-09-08Fixed #18054 -- Deprecated contrib.markup. Thanks to simukis for the initial ...Preston Holmes
2012-09-08Remove Admin's swallowing of AttributeError (#16655, #18593, #18747)Travis Swicegood
2012-09-08Moved get_primary_key_column implementation to baseClaude Paroz
2012-09-07Fixed #18781 -- Reduced max session cookie size.Aymeric Augustin
2012-09-07Fixed #18916 -- Allowed non-ASCII headers.Aymeric Augustin
2012-09-07Fixed #12397 -- allow safe_join to work with the root file system path, which...Alex Gaynor
2012-09-07Stubbed-out oracle schema fileAndrew Godwin
2012-09-07Very initial Oracle supportAndrew Godwin
2012-09-07Merge branch 'master' into schema-alterationAndrew Godwin
2012-09-07Add check constraint support - needed a few Field changesAndrew Godwin
2012-09-07[py3k] Fixed the index creation code that I committed a few minutes ago for p...Alex Gaynor
2012-09-07Removed many uses of bare "except:", which were either going to a) silence re...Alex Gaynor
2012-09-07Add M2M repointingAndrew Godwin
2012-09-07Fixed #17888 -- no longer silence exceptions inside of check_test. Thanks to ...Alex Gaynor
2012-09-07Ensued that SQL indexes are alwasy created in the same name.Alex Gaynor
2012-09-07Repoint ForeignKeys when their to= changes.Andrew Godwin
2012-09-07[py3k] Silence many warnings while running the tests.Alex Gaynor
2012-09-07Added SQLite backend which passes all current testsAndrew Godwin