summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-15Removed reference to note removed in a78dd109e6c81c49e90e36e9b793bad67c46c23c...Tim Graham
2012-09-15Fixed #11185 - Expanded docs on customizing widgets; thanks fadeev for the dr...Tim Graham
2012-09-15Used ST_AsText for testing PostGIS raw queryClaude Paroz
2012-09-14Correcting my English.Bryan Veloso
2012-09-14Adding myself to the committers list.Bryan Veloso
2012-09-13Merge pull request #364 from martey/ticket_18933Tim Graham
2012-09-13Removed unused quoting/encoding in gis db backendClaude Paroz
2012-09-13Fixed #18795 -- Fixed failing GeoDjango testsClaude Paroz
2012-09-12Fixed my terribly outdated profile in committers.txt in celebration of my com...Jeremy Dunck
2012-09-12[py3] Fixed GeoDjango mutable list testsClaude Paroz
2012-09-12Made minimal changes to make gis test suite start with Python 3Claude Paroz
2012-09-12Fixed test output check when password is blankClaude Paroz
2012-09-12Fixed #18182 -- Made is_usable_password check if hashing algorithm is correctClaude Paroz
2012-09-12Fixed #18790 -- Encoded database password on Python 2Claude Paroz
2012-09-10Removed a colloquialism ("and then some") from the documentation index page t...Julien Phalip
2012-09-10Removed an obsolete documentation page about admin style customization.Julien Phalip
2012-09-10Document and test 'type' usage in Widget attrsClaude Paroz
2012-09-10Merge pull request #366 from collinanderson/patch-6Alex Gaynor
2012-09-10fixed rfc comment typo in middleware/csrf.pyCollin Anderson
2012-09-10Fixed #18611 -- Display current date/time when running runserverMike Grouchy
2012-09-09Fixed a couple of test failures on Windows.Karen Tracey
2012-09-09Fix an HTML-parser test that's failed in Python 2.6.8 since 5c79dd58.Carl Meyer
2012-09-09Fix Python 3 test failure introduced in a78dd109.Carl Meyer
2012-09-09Replaced backwards-incompatible changes referenceKaren Tracey
2012-09-09Replace nested try/finally try/except with try/except/finally.Florian Apolloner
2012-09-09Fixes #18933. Fixes code example in docstring.Martey Dodoo
2012-09-08Adjust d7853c5 to not show ignorable warnings when running tests.Malcolm Tredinnick
2012-09-08Remove an outdated import inadvertently introduced in tests.Carl Meyer
2012-09-08Internal refactoring; moving LOOKUP_SEP up one level.Malcolm Tredinnick
2012-09-08Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names.Carl Meyer
2012-09-08Fixed #15906 - Documented HEAD method in CBVs; thanks zsiciarz for the patch.Tim Graham
2012-09-08Fixed typo in commit for #15730; thanks Bruno ReniƩ for the catch.Tim Graham
2012-09-08Remove a couple unused imports.Carl Meyer
2012-09-08Fixed #18545 -- Make the 'no DJANGO_SETTINGS_MODULE' error message more usefu...Carl Meyer
2012-09-08Merge pull request #363 from ubernostrum/multidb-examples-18657James Bennett
2012-09-08Fix typo: Non -> NoneJames Bennett
2012-09-08Untabify multi-db docs.James Bennett
2012-09-08Ticket 18657: Fix inconsistent DB names in router example.James Bennett
2012-09-08Removed warning check in test_load_overlong_keyClaude Paroz
2012-09-08Updated print statements to work with py3; thanks Claude Paroz noting this.Tim Graham
2012-09-08Moved the admin inline JS to new JS files for cleanliness.Travis Swicegood
2012-09-08Fixed #18478 - Documented how to use a mutable default in a model field.Tim Graham
2012-09-08Fixed #18628 - Added methods/attributes to CBV docs. Thanks Daniel Greenfeld!Tim Graham
2012-09-08Merge pull request #359 from nmartini/ticket_18832Tim Graham
2012-09-08Fixed #15730 - Documented the as_view() method for CBVs.Tim Graham
2012-09-08Merge pull request #361 from koniiiik/py3kdocCarl Meyer
2012-09-08Fixed a typo in the Python 3 compatibility docs.Michal Petrucha
2012-09-08fixing modelforms example code, ticket #18832Nick Martini
2012-09-08Updated docs for dates generic views.Aymeric Augustin
2012-09-08Fixed #18054 -- Deprecated contrib.markup. Thanks to simukis for the initial ...Preston Holmes