summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-16Updated my bio.Jacob Kaplan-Moss
2013-05-16Fixed #20357 -- Allow empty username field label in `AuthentificationForm`.Mark Huang
2013-05-16Fixed #20421 - Typo in class-based view docs.Tim Graham
2013-05-16Fixed #20388 -- Test failures under Oracle.Shai Berger
2013-05-16Fixed misleading heading on admindocs models page; refs #19712.Tim Graham
2013-05-16Fixed #19712 - Clarified admindocs regarding which attributes appear.Tim Graham
2013-05-16Fixed #20415 -- Ensured srid is not localized in openlayers templateClaude Paroz
2013-05-16Merge pull request #1073 from mjtamlyn/import_by_path-docs-fixTim Graham
2013-05-16Merge pull request #1072 from hrbonz/doc_serialize_typoTim Graham
2013-05-16Make the example usage of import_by_path less confusing.Marc Tamlyn
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