summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-11[1.8.x] Moved contrib.webdesign tests out of contrib.Tim Graham
2015-02-11[1.8.x] Updated docs and runtests.py for removal of tests from contrib.Tim Graham
2015-02-11[1.8.x] Moved contrib.gis tests out of contrib.Tim Graham
2015-02-11[1.8.x] Moved non-documented auth test models to the new test location.Tim Graham
2015-02-11[1.8.x] Moved contrib.auth tests out of contrib.Tim Graham
2015-02-11[1.8.x] Moved contrib.humanize tests out of contrib.Tim Graham
2015-02-11[1.8.x] Moved contrib.redirects tests out of contrib.Tim Graham
2015-02-11[1.8.x] Moved contrib.messages tests out of contrib.Tim Graham
2015-02-11[1.8.x] Moved contrib.sessions tests out of contrib.Tim Graham
2015-02-11[1.8.x] Moved contrib.sitemaps tests out of contrib.Tim Graham
2015-02-11[1.8.x] Moved contrib.sites tests out of contrib.Tim Graham
2015-02-11[1.8.x] Moved contrib.flatpages tests out of contrib.Tim Graham
2015-02-11[1.8.x] Prevented some test commands from needlessly running system checks.Tim Graham
2015-02-10[1.8.x] Fixed #24146 -- Allowed model._meta.get_field() to be used after apps...Daniel Pyrathon
2015-02-10[1.8.x] Fixed a crash of the debug page.Aymeric Augustin
2015-02-10[1.8.x] Ignored flake8 newly added E402 and E731.Loic Bistuer
2015-02-10[1.8.x] Fixed isort import that's inconsistent between platforms.Loic Bistuer
2015-02-10[1.8.x] Fixed #24200 -- Made introspection bypass statement cacheJosh Smeaton
2015-02-10[1.8.x] Split DTL context creation into its own function.Aymeric Augustin
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2015-02-09[1.8.x] Silenced deprecation warning in refs #24287 test.Tim Graham
2015-02-09[1.8.x] Fixed #24302 -- Added DurationField.formfield()Tim Graham
2015-02-09[1.8.x] Fixed #24287 -- Added friendly error if a model is in a models.py out...jMyles
2015-02-09[1.8.x] Added isort config to ease resolving merge conflicts.Tim Graham
2015-02-09[1.8.x] Removed unnecessary parentheses in model check messages.Tim Graham
2015-02-09[1.8.x] Fixed #24249 -- Improved field shadowing validation in model multi-in...Aron Podrigal
2015-02-08[1.8.x] Called parent in SimpleTestCase.setUpClass/tearDownClass.Aymeric Augustin
2015-02-08[1.8.x] Replaced hardcoded URLs in admin_* testsClaude Paroz
2015-02-08[1.8.x] Simplified the lazy CSRF token implementation in csrf context processor.Alex Gaynor
2015-02-08[1.8.x] Optimized allow_lazy() by not generating a new lazy wrapper on each i...Alex Gaynor
2015-02-08[1.8.x] Fixed #24181 -- Fixed multi-char THOUSAND_SEPARATOR insertionVarun Sharma
2015-02-07[1.8.x] Revert "Fixed #24075 -- Prevented running post_migrate signals when u...Markus Holtermann
2015-02-07[1.8.x] Revert "Refs #24075 -- Silenced needless call_command output while ru...Markus Holtermann
2015-02-07[1.8.x] Fixed docs typoPeter Inglesby
2015-02-06[1.8.x] Fixed E265 comment styleCollin Anderson
2015-02-06[1.8.x] Removed django-2to3.pyTim Graham
2015-02-06[1.8.x] Removed bin/unique-messages.pyTim Graham
2015-02-06[1.8.x] Removed gather_profile_stats.pyTim Graham
2015-02-06[1.8.x] Removed inaccurate sentence about PO files in translation docs.minusf
2015-02-05[1.8.x] Added UUIDField.deconstruct()Tim Graham
2015-02-06[1.8.x] Fixed small regression caused by e3702dc3f2af9e8cc6c1155b248f458899be...Markus Holtermann
2015-02-05[1.8.x] Cleaned up schema testsMarkus Holtermann
2015-02-05[1.8.x] Fixed #24265 -- Preserved template backend loading exceptions.Aymeric Augustin
2015-02-05[1.8.x] Caught all exceptions raised by Engine.get_default().Aymeric Augustin
2015-02-05[1.8.x] Fixed #24273 -- Allowed copying RequestContext more than once.Aymeric Augustin
2015-02-05[1.8.x] Improved nested ArrayField exampleTom Christie
2015-02-04[1.8.x] Fixed #24242 -- Improved efficiency of utils.text.compress_sequence()Matthew Somerville
2015-02-04[1.8.x] Fixed #24197 -- Added clearing of staticfiles caches on settings chan...mlavin
2015-02-04[1.8.x] Fixed #14497 -- Improved admin widget for "read only" FileFieldsRiccardo Magliocchetti
2015-02-04[1.8.x] Fixed typos of "select_related" in docs and tests.Josh Schneier