summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-09-06Fixed #11811 -- Data-loss bug in queryset.update.Aymeric Augustin
2013-09-06Merge pull request #1579 from ianawilson/ticket_21058Russell Keith-Magee
2013-09-06Removed unnecessary, leftover importsIan Wilson
2013-09-06Moved a settings usage up the stack in utils/formats.py #unsettingsAdrian Holovaty
2013-09-06adds fix for SingleObjectTemplateResponseMixin raising a TemplateDoesNotExist...Ian Wilson
2013-09-06Merge pull request #1578 from rmutter/ticket_20821Julien Phalip
2013-09-06adds fix and test for when a template is not specified at all to render(). fi...Ian Wilson
2013-09-06Fixed #20821 -- Added tooltips to Admin SelectBox widgetRudy Mutter
2013-09-06Adding 'sqlmigrate' command and quote_parameter to support it.Andrew Godwin
2013-09-06Added tests for missing pyyaml.Roberto Aguilar
2013-09-06Fixed #21043 -- Made resolve() handle reverse_lazy objects.Dan Johnson
2013-09-06Merge branch 't20812'Florian Apolloner
2013-09-06Fixed #4287 -- Fixed NaN and +/- Infinity handling in FloatFieldDaniel Langer
2013-09-06Fixed #11857 -- Added missing 'closed' property on TemporaryFile class.Christopher Adams
2013-09-06Migration autodetector now corerctly deals with proxy modelsAndrew Godwin
2013-09-06Fixed #20812 -- Error out if __unicode__/__str__ doesn't return a text type.Florian Apolloner
2013-09-06Also test failure case of ProjectState dependency resolutionAndrew Godwin
2013-09-06Project/ModelState now correctly serialize multi-model inheritanceAndrew Godwin
2013-09-06Fixed #21029: Test for previously-commited SchemaEditor.__exit__ bug.Andrew Godwin
2013-09-06Fixed #10164 -- Made AutoField increase monotonically on SQLiteChris Wilson
2013-09-06Fixed #18719 -- Made force_bytes more consistent with force_text.Aymeric Augustin
2013-09-06Fixed #20977 -- Fixed writing migrations to disk on Python 3Markus Holtermann
2013-09-06Fixed #16096 -- Added origin attribute to template instances.Preston Timmons
2013-09-06Fixed #21015 -- Fixed MigrationLoader when importlib.import_module returns a ...Loic Bistuer
2013-09-06Fixed #21014 -- Fixed gobbled ImportError in MigrationLoader.Loic Bistuer
2013-09-05Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.Eric Boersma
2013-09-05Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin
2013-09-05Fixed #21041 -- Removed a duplicate form in tests.Tim Graham
2013-09-04Fixed #21010 -- Changed ModelState to only copy _meta.local_fields.Loic Bistuer
2013-09-03Fixed "indentation is not a multiple of four" pep8 issues.Tim Graham
2013-09-03Fixed a couple unclosed file warnings in testsTim Graham
2013-09-03Updated syncdb -> migrate in tests.Tim Graham
2013-09-03Silenced deprecation warning regarding old SQL location; refs #14300Tim Graham
2013-09-03Removed references to django.utils.unittest which is PendingDeprecationTim Graham
2013-09-03Silenced deprecation warnings in SortedDict tests; refs [07876cf02b]Tim Graham
2013-09-02Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin
2013-09-01Converted tests for admin first form widget auto-focus to Selenium.Ramiro Morales
2013-09-01Change test added in 3e34005b1b to be more stable.Ramiro Morales
2013-08-31Fixed #21008 -- Made MigrationWriter handle Promise objects.Loic Bistuer
2013-08-31Made django.test.testcases not depend on staticfiles contrib app.Ramiro Morales
2013-08-31Properly skipped yaml tests when not installedClaude Paroz
2013-08-31Fixed #13182 -- Prevented trailing spaces in indented json outputClaude Paroz
2013-08-30Fixed #20999 - Allow overriding formfield class with choices, without subclas...Carl Meyer
2013-08-30Fixed #21005 -- Made schema tests language-independentClaude Paroz
2013-08-30Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette
2013-08-30Improved {% include %} implementationCurtis Maloney
2013-08-30Fixed #20988 -- Added model meta option select_on_saveAnssi Kääriäinen
2013-08-29Altered test introduced in f19a3669b8 for the sake of readability. refs #14786Simon Charette
2013-08-29Fixed #14786 -- Fixed get_db_prep_lookup calling get_prep_value twice if prep...Tim Graham
2013-08-29Fixed #16433 -- Fixed a help_text/read only field interaction that caused an ...Tim Graham