summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-17Added structure in the 1.6 release notes.Aymeric Augustin
2013-03-17Stopped using non-standard __globals__ and __code__ attributes.Aymeric Augustin
2013-03-17Updated bundled version of six.Aymeric Augustin
2013-03-17Removed debug codeAnssi Kääriäinen
2013-03-17Fixed memory leak in testsAnssi Kääriäinen
2013-03-16Merge pull request #910 from bmispelon/ticket-20058Claude Paroz
2013-03-16Merge pull request #906 from bmispelon/ticket-20054Adrian Holovaty
2013-03-16Merge pull request #909 from bmispelon/ticket-20061Adrian Holovaty
2013-03-16Fix #20058: Make compilemessages use stdout instead of stderr.Baptiste Mispelon
2013-03-16Fix 20061: remove out of date comment.Baptiste Mispelon
2013-03-15Fixed #20055 -- Add url, email, and number input types to admin CSS.Baptiste Mispelon
2013-03-15Fixed #16110 -- Fixed GeometryField odd behaviour regarding null valuesClaude Paroz
2013-03-15Fix #20054: Removed links to modwsgi.org.Baptiste Mispelon
2013-03-15Merge pull request #905 from cyberj/ticket_20053Simon Charette
2013-03-15Fixed #20053 -- Fix `index_together` documentationJohan Charpentier
2013-03-15Merge pull request #901 from giamfreeg/masterAymeric Augustin
2013-03-15Discouraged filing PRs that won't be noticed.Aymeric Augustin
2013-03-15Corrected typos in the 1.6 release notesMarc Tamlyn
2013-03-15Fixed #17502 -- Made joining in inheritance cases consistentAnssi Kääriäinen
2013-03-14Deprecated django.views.defaults.shortcut.Aymeric Augustin
2013-03-14Fixed #17051 -- Removed some 'invalid' field error messagesClaude Paroz
2013-03-14Add a specific error message for URLValidatorClaude Paroz
2013-03-14Updated release instructions to account for website automation.Aymeric Augustin
2013-03-14Fixed #20039 -- Fixed has_changed form detection for required TypedChoiceFieldsClaude Paroz
2013-03-14Fixed #16649 -- Refactored save_base logicAnssi Kääriäinen
2013-03-13Merge branch 'master' of github.com:django/djangoFlorian Apolloner
2013-03-13Began implementing a shared set of test models to speed up tests.Florian Apolloner
2013-03-13Fixed #20032 -- Documented how to simulate the absence of a settingClaude Paroz
2013-03-13Merge pull request #900 from bmispelon/ticket-20022Jacob Kaplan-Moss
2013-03-13removed unused BLANK_CHOICE_NONEDaniele Procida
2013-03-13Merge pull request #900 from bmispelon/ticket-20022Jacob Kaplan-Moss
2013-03-13Fix #20022: Correctly handle prefixes with url-unsafe characters in reverse().Baptiste Mispelon
2013-03-13Fixed an erroneous import in example code.Pablo Sanfilippo
2013-03-13Proof-read and adjusted the transactions docs.Aymeric Augustin
2013-03-13Improved recovery when the connection is closed in an atomic block.Aymeric Augustin
2013-03-13Made atomic usable when autocommit is off.Aymeric Augustin
2013-03-13Fixed failing aggregation tests on MySQLAnssi Kääriäinen
2013-03-13Fixed #20036 -- Improved GEOS version string parsingClaude Paroz
2013-03-13Refactored qs.add_q() and utils/tree.pyAnssi Kääriäinen
2013-03-12Fixed #19964 -- Removed relabel_aliases from some structsAnssi Kääriäinen
2013-03-12Restricted a workaround for a bug in Python to the affected versions.Aymeric Augustin
2013-03-12Fixed #19965 - Added a warning that the tutorial is written for Python 2.Tim Graham
2013-03-12Fixed #20028 -- Made atomic usable on callable instances.Aymeric Augustin
2013-03-12Removed unused imports.Aymeric Augustin
2013-03-11Fixed broken link in binary fields doc.Ramiro Morales
2013-03-11Fixed tests that relied on MANAGERS not being empty.Aymeric Augustin
2013-03-11Fixed #20026 -- Typo in Apache auth docs.Aymeric Augustin
2013-03-11Fixed a refactoring error in ba5138b1.Aymeric Augustin
2013-03-11Fixed #20010 -- Make sure `last_executed_query` contains it's associated para...Simon Charette
2013-03-11Fixed #11569 -- Wrapped DatabaseCache._base_set in an atomic block.Aymeric Augustin