summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-12-05Fixed a flake8 errorAlex Gaynor
2013-12-04Migration VCS conflict detection and --merge for makemigrationsAndrew Godwin
2013-12-04Don't make a second migration if there was a force-null-default addcol.Andrew Godwin
2013-12-04Fixed 21406 -- Made blocktrans 'trimmed' option preserve line numbers.Bouke Haarsma
2013-12-02Fixed #21538 -- Added numpy to test/requirements/base.txtAlasdair Nicol
2013-12-01Fixed incorrect type for max_length.Tim Graham
2013-11-30Refs #21230 -- removed direct settings manipulation from template testsUnai Zalakain
2013-11-30Enabled makemessages to support several translation directoriesClaude Paroz
2013-11-30Fixed #20867 -- Added the Form.add_error() method.Loic Bistuer
2013-11-29Fixed #21380 -- Added a way to set different permission for static directories.Vajrasky Kok
2013-11-28Fixed E125 pep8 warningsChristopher Medrela
2013-11-28Fixed #21517 -- Added unit test for non-autoincrement primary key with value 0.Vajrasky Kok
2013-11-27PEP-8 cleanupAnssi Kääriäinen
2013-11-27Added a bulk option to RelatedManager remove() and clear() methodsLoic Bistuer
2013-11-27Fixed #21169 -- Reworked RelatedManager methods use default filteringLoic Bistuer
2013-11-27Fixed #21438: makemigrations now detects ManyToManyFieldsAndrew Godwin
2013-11-26Fixed #21448 -- Fixed test client logout with cookie-based sessionsClaude Paroz
2013-11-26Fixed #21512 -- Added more complete information about Pillow and PIL in model...Vajrasky Kok
2013-11-25Fixed #20522 - Allowed use of partially validated object in ModelAdmin.add_vi...Jay Leadbetter
2013-11-25flake8 fixAlex Gaynor
2013-11-25Fixed #21403: Corrected test codeShai Berger
2013-11-25Fixed test failure on OracleShai Berger
2013-11-24flake8 fixesAlex Gaynor
2013-11-24Fixed #21391 -- Allow model signals to lazily reference their senders.Simon Charette
2013-11-24Fixed #21497 -- Forced conversion to bytes for very long index namesJoel Bohman
2013-11-24Added more tests for ContentTypeManager.get_for_model.Antonis Christofides
2013-11-24Fixed #21500 -- Removed imports of deprecated utils.importlibBaptiste Mispelon
2013-11-24Properly closed cache connections at the end of the request.Florian Apolloner
2013-11-24Fixed flake8 error (5 space identation!!!)Alex Gaynor
2013-11-24Don't fail if there is no memcached backend active.Florian Apolloner
2013-11-24Fixed regression from ffc37e2343a93cf6d44247e20cd263b41f931716.Florian Apolloner
2013-11-24Fixed #21505 -- Added unit test for django.utils.text.get_valid_filename.Vajrasky Kok
2013-11-24Randomized KEY_PREFIX in caches test to prevent failures during parallel test...Florian Apolloner
2013-11-23Fixed test breakage under python 3 introduced by a480f8320a5b36501bfd0e8cd70b...Baptiste Mispelon
2013-11-23Don't fail if cPickle doesn't exist.Florian Apolloner
2013-11-23Follow up to e112654fc81ddb3fbffbb8382b004d69367a85feFlorian Apolloner
2013-11-23Fixed #21200 -- Consistantly raise errors across all cache backends.Florian Apolloner
2013-11-23A handful of flake8 fixesAlex Gaynor
2013-11-23Simplified iteration in HTTP response objects.Aymeric Augustin
2013-11-23Allowed running the test suite without memcached (!)Aymeric Augustin
2013-11-23Fixed #21488 -- Multiple locales treatment in i18n commands.Ramiro Morales
2013-11-23Fixed #21012 -- New API to access cache backends.Curtis Maloney
2013-11-22Fixed #21443 -- Cannot show debug info on PY3's importlibBouke Haarsma
2013-11-22Fixed some flake8 issuesAlex Gaynor
2013-11-22Fixed missing admindocs' site_headerBouke Haarsma
2013-11-22Fixed #21460 -- Reenabled proper template precedence in find_templatePablo Martín
2013-11-21Updated admindocs to use class-based viewsClaude Paroz
2013-11-21Fixed #21405 -- Prevented queryset overwrite in BaseModelAdminClaude Paroz
2013-11-21Made minor optimizations to admin_ordering testsClaude Paroz
2013-11-21Fixed #21476 -- Cache tests make an incorrect use of `HttpRequest`Unai Zalakain