summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-17Fixed #23649 -- Made Oracle test-db creation drop test-user earlier when neededShai Berger
2014-10-16Fixed some intersphinx references.Tim Graham
2014-10-16Fixed #23667 -- Incorrect settings reference for language cookie.Tim Graham
2014-10-16Fixed #23615 -- Validate that a Model instance's "check" attribute is a method.Rigel Di Scala
2014-10-16Minor cleanup in the check_framework test package.Loic Bistuer
2014-10-16Fixed #12008 -- Clarified relationship between template blocks and includes.mcgeeco
2014-10-16Fixed IRC channel name in submitting-patches.txt.Berker Peksag
2014-10-16Fixed #23664 -- Provided a consistent definition for OrderedSet.__bool__Thomas Chaumeny
2014-10-16Fixed #23579 -- Changed GEOSGeometry.__str__ to include the SRIDClaude Paroz
2014-10-16Fixed #23659 -- Kept annotate() args orderingClaude Paroz
2014-10-15Fixed pep8 in docs/topics/logging.txtIan Lee
2014-10-15Fixed a flake8 warning.Simon Charette
2014-10-16Fixed #23660 -- Moved sort_dependencies to core.Collin Anderson
2014-10-16Merge pull request #3373 from Bashar/patch-1Loic Bistuer
2014-10-16Fixed #19508 -- Implemented uri_to_iri as per RFC.Anubhav Joshi
2014-10-15Added Bashar Al-Abdulhadi to AUTHORSBashar Al-Abdulhadi
2014-10-15Fixed remaining test failure in jslex tests.Florian Apolloner
2014-10-15Added unicode_literals to the jslexer.Florian Apolloner
2014-10-15Merge pull request #3370 from collinanderson/ticket_23637Loic Bistuer
2014-10-15Fixed #23637 -- Removed TUX, lighttpd, and Cherokee as common.Collin Anderson
2014-10-15Fixed #23651 -- Isolated non-existent fixture testsClaude Paroz
2014-10-14Clarified documentation relating to usage of serialized_rollback for certain ...Greg Chapple
2014-10-14Adapted invalid cookie test to all Python versionsClaude Paroz
2014-10-13Fixed #23534 -- Added documentation on blocktrans tagsNadja Deininger
2014-10-13Fixed #23638 -- Prevented crash while parsing invalid cookie contentClaude Paroz
2014-10-13Cleaned up the Memcached cache backend docTom Dyson
2014-10-12Fixed #23063 -- Convert \n and \r to \r\n when using the SMTP backend as per ...Florian Apolloner
2014-10-12Fixed #23642 -- Made LocMemCache.incr() thread-safe as documentedThomas Chaumeny
2014-10-12Fixed #23639 -- Fixed doc error in RegexValidator.regexDori
2014-10-11Fixed two more tuple/int comparisons in gis testsClaude Paroz
2014-10-11Fixed a tuple/int comparison in spatialite backendClaude Paroz
2014-10-11Added my bio to team docs.Curtis
2014-10-10Fixed #23631 -- Removed outdated note on MySQL timezone support.Tim Graham
2014-10-10Fixed #23616 - Fixed generic relations in ModelAdmin.list_filter.Konrad Świat
2014-10-10Added Jaap Roes to AUTHORSJaap Roes
2014-10-10Fixed #23623 -- Reduced memory consumption when generating ModelChoiceField c...Thomas Chaumeny
2014-10-10Fixed #23613 -- Deprecated django.utils.checksumsJaap Roes
2014-10-10Fixed #23625 -- Removed CacheClass shimJaap Roes
2014-10-10Updated my AUTHORS entry.Batiste Bieler
2014-10-09Converted GIS lookups for OracleClaude Paroz
2014-10-09Converted GIS lookups to use the new Lookup APIClaude Paroz
2014-10-09Avoided requiring sqlparse for a test.Collin Anderson
2014-10-09Fixed #23612 -- Normalized fixuture paths to allow referencing relative paths...Brandon Taylor
2014-10-09Fixed #23627 -- Allowed register_lookup to work as a decorator.Marc Tamlyn
2014-10-09Skip another test if sqlparse is not availableCollin Anderson
2014-10-09Updated release notes following backport of a407b84. Refs #23365.Loic Bistuer
2014-10-09Fixed #23609 -- Fixed IntegrityError that prevented altering a NULL column in...Markus Holtermann
2014-10-09Updated my bio.Collin Anderson
2014-10-08Fixed flake8 warning.Tim Graham
2014-10-08Fixed #23600 -- Made default_storage aware of more settings changes.Duncan Parkes