summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-16small typo, example pk=27 but description pk=24Stefan hr Berder
2013-05-15Merge pull request #1070 from mfogel/ticket_20413Alex Gaynor
2013-05-15Fix bug introduced in contrib.gis in 74f3884ae0Mike Fogel
2013-05-15Merge pull request #1069 from mfogel/ticket_20413Alex Gaynor
2013-05-15Fixed #20413 - Respect Query.get_meta()Mike Fogel
2013-05-15Fixed previous commit. (Don't commit from DjangCon!)Florian Apolloner
2013-05-15Don't unregister OSMGeoAdmin, other tests rely on it.Florian Apolloner
2013-05-15Improved the timezone middleware example slightly.Aymeric Augustin
2013-05-15Fixed #20165 - Updated testing example to use django.test.TestCase.Tim Graham
2013-05-15Removed unicode literals from PIL compat.Florian Apolloner
2013-05-14Fixed #19934 - Use of Pillow is now preferred over PIL.Daniel Lindsley
2013-05-14Merge pull request #1062 from dstufft/switch-bcrypt-recommendationsDonald Stufft
2013-05-14Merge pull request #1039 from cannona/masterTim Graham
2013-05-14Merge pull request #1064 from Wilfred/masterTim Graham
2013-05-14Fixing a minor spelling mistake in the queryset documentationWilfred Hughes
2013-05-13Recommend using the bcrypt library instead of py-bcryptDonald Stufft
2013-05-13Merge pull request #1053 from makto/patch-1Tim Graham
2013-05-13Fixed #20398 - Added language selection code to example in documentationTim Graham
2013-05-12Merge pull request #1058 from svisser/ticket_20397Tim Graham
2013-05-12Updated test failure example.Ramiro Morales
2013-05-12Fixed #20397 - Cleaned up issue with quotation marks in documentationSimeon Visser
2013-05-11Fixed #20136 - Fixed and expanded the docs for loaddata and model signals.Tim Graham
2013-05-11Fixed #20249 - Removed a "feature" in the tutorial that doesn't actually work.Tim Graham
2013-05-11Fixed embarrassing typo.Florian Apolloner
2013-05-11Don't hardcode primary keys in gis tests.Florian Apolloner
2013-05-11Merge pull request #1052 from dstufft/bcrypt-python3Donald Stufft
2013-05-11Fixed a regression from e23a5f9a4730ddecb8f3950ee2936716f458c506.Florian Apolloner
2013-05-11Properly force bytes or str for bcrypt on Python3Donald Stufft
2013-05-11Fixed a regression in the test runner loading of runtests.py.Florian Apolloner
2013-05-11Update customizing.txtzhongqi
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2013-05-11Fixed #19939 -- generic relations + split_exclude regressionAnssi Kääriäinen
2013-05-10Updated my bio.Jannis Leidel
2013-05-10Fixed an obvious typo.Alex Gaynor
2013-05-10Fixed two admin_views tests under Oracle.Aymeric Augustin
2013-05-10Fixed #20385 -- Typo in files docs.Aymeric Augustin
2013-05-10[py3] Made GeoIP tests pass with Python 3Claude Paroz
2013-05-10Fixed #20384 -- Forced GeoIP_open path argument to bytestringClaude Paroz
2013-05-09Fixed a test that fails under Python 3.Aymeric Augustin
2013-05-09Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant
2013-05-09Further removal of static admin validation that can fail erroneouslyLuke Plant
2013-05-09Fixed conditional skipping of test for left/right lookup types.Aymeric Augustin
2013-05-09Made gis_terms be a set, rather than a dict with None for all keys.Alex Gaynor
2013-05-09Removed a test that didn't make sense; code could never be called the way the...Alex Gaynor
2013-05-09Fixed #20215 -- Disabled persistent connections by default.Aymeric Augustin
2013-05-08Merge pull request #1049 from mfogel/remove-unescessary-parameter-checksAlex Gaynor
2013-05-09Removed some failing tests missed in 1556b1c3b7a18cadf4d66d2ab6301d7fe8646ba5Luke Plant
2013-05-09Removed fragile admin validation of fields on ModelFormLuke Plant
2013-05-08Marked a test as an expected failure on MySQL and Python 3.2.Aymeric Augustin
2013-05-08Added an HTTP status code to Django's WSGI application that was missing (reas...Alex Gaynor