summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-08[py3] Made Element instances hashableClaude Paroz
2012-08-08[py3] Replaced raw_input by inputClaude Paroz
2012-08-08Merge pull request #256 from ubernostrum/model-choice-docsJames Bennett
2012-08-08Fix #18062: Document best practices for choices in model fields.James Bennett
2012-08-08[py3] Fixed 'iterable but non string' detectionClaude Paroz
2012-08-08Switched to using the standard method for comparing querysets in teh templates.Alex Gaynor
2012-08-08Fix TestCase.assertQuerysetEqual on python 3, this is needed for a large numb...Alex Gaynor
2012-08-08remove a bunch of unnescesarry iterkeys() callsAlex Gaynor
2012-08-08[py3] Replaced __nonzero__ by __bool__Claude Paroz
2012-08-08[py3] Fixed a loop that changed dictionary size.Aymeric Augustin
2012-08-08[py3] Used compatible imports of StringIO.Aymeric Augustin
2012-08-08[py3] Made gis.measure Python 3-compatibleClaude Paroz
2012-08-08[py3] Fixed filesystem encoding handlingAymeric Augustin
2012-08-08[py3] abspathu doesn't exist under Python 3.Aymeric Augustin
2012-08-07Put all the security-related notes in the same notice box.James Bennett
2012-08-07And link security policies from documentation index.James Bennett
2012-08-07Link security policies from internals index.James Bennett
2012-08-07Merge pull request #253 from ubernostrum/security-documentationJames Bennett
2012-08-07Add new security-policy documentation.James Bennett
2012-08-07Fix a test that relied on an exception outliving the `except` block, which do...Alex Gaynor
2012-08-07[py3] Made a small fix in django.http.Aymeric Augustin
2012-08-07[py3] Minor fix in django.contrib.gis.Aymeric Augustin
2012-08-07[py3] Ported django.utils.tzinfo.Aymeric Augustin
2012-08-07[py3] Ported django.utils.translation.Aymeric Augustin
2012-08-07[py3] Ported django.utils.regex_helper.Aymeric Augustin
2012-08-07[py3] Ported django.utils.functional.Aymeric Augustin
2012-08-07[py3] Ported django.utils.feedgenerator.Aymeric Augustin
2012-08-07[py3] Ported django.utils.decorators.Aymeric Augustin
2012-08-07[py3] Ported django.utils.crypto.Aymeric Augustin
2012-08-07[py3] Ported django.utils.baseconv.Aymeric Augustin
2012-08-07[py3] Minor cleanup in django.utils.archive.Aymeric Augustin
2012-08-07[py3] Ported django.test.doctest.Aymeric Augustin
2012-08-07[py3] Applied minor fixes so the test suite startsAymeric Augustin
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-08-07[py3] Fixed access to dict keys/values/items.Aymeric Augustin
2012-08-06Merge pull request #252 from MichaelBlume/patch-1Tim Graham
2012-08-06change "has now" -> "now has" in 1.5 release notesMichael Blume
2012-08-06Fixed #17053 - Added a note about USE_THOUSAND_SEPARATOR setting to localizat...Tim Graham
2012-08-06Fixed #15754 -- avoid recursively computing the tree of media widgets more ti...Alex Gaynor
2012-08-06Fixed #18724 -- Fixed IntegerField validation with value 0Brendan MacDonell
2012-08-05Fixed a rst error introduced in f2abfe1e.Aymeric Augustin
2012-08-05Merge pull request #233 from rafikdraoui/modeladmin-docTim Graham
2012-08-04Fixed some typos on the documentation's index page.Julien Phalip
2012-08-04Fixed testing on SpatiaLite 2.4, which has support for `InitSpatialMetaData`.Justin Bronn
2012-08-04Moved a note about django-admin.py errors from Tutorial Part 1 to a new FAQ T...Angeline Tan
2012-08-04Restructured the documentation's index page and added some introductory sente...Julien Phalip
2012-08-04Fixed a mistake in function documentation 'django.utils.functional.partition'Tim Graham
2012-08-04Small improvement to the `contrib.messages` doc introduction.Julien Phalip
2012-08-04Added a missing space to the description of the `cut` filter.Florian Apolloner
2012-08-04Merge pull request #210 from pydanny/ticket_18632Alex Gaynor