summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-06Added more tests and documentation for dictsort.Baptiste Mispelon
2013-11-05Improved English in release notes for runserver.Aymeric Augustin
2013-11-05Fix python2 breakage caused by e5e044da87800feb6ef63fef1765d8c05022d926.Baptiste Mispelon
2013-11-05Fixed #18419 -- Full backwards compatibility for old language codesBouke Haarsma
2013-11-05Fixed #10461 -- bug in generic relation + annotate() caseAnssi Kääriäinen
2013-11-05Flake8 fixesAlex Gaynor
2013-11-04Fixed python3 breakage introduced by c0a2388a1c4ead1afaec98e4ebc953a772ca3849.Baptiste Mispelon
2013-11-04Improved changelog for runserver in 1.7.Aymeric Augustin
2013-11-04Merge pull request #1868 from Bouke/tickets/18419Aymeric Augustin
2013-11-04Fixed #18149 -- Changed language codes for ChineseBouke Haarsma
2013-11-04Merge pull request #1821 from Bouke/tickets/14170Aymeric Augustin
2013-11-04Updated the set of watched files after each request.Aymeric Augustin
2013-11-04Simplify (and very very slightly speed up) the pbkdf2 implementationAlex Gaynor
2013-11-04Fixed ticket #21172Unai Zalakain
2013-11-03Fixed #21322 -- Error message when CSRF cookie is missingBouke Haarsma
2013-11-03Fixed all E251 violationsAlex Gaynor
2013-11-03Fixed all E226 violationsAlex Gaynor
2013-11-03Merge pull request #1852 from jasonamyers/cleanup/PEP8Alex Gaynor
2013-11-03Merge pull request #1861 from milmazz/E251Alex Gaynor
2013-11-03Merging in masterJason Myers
2013-11-03Fixed some testfailures on jenkins.Florian Apolloner
2013-11-03Fixed regressions from 36ded01527b690b5df0574492af9cfcc2ea3d1dc.Florian Apolloner
2013-11-03Fixed #20849 -- ModelForms do not work well with prefetch_related.Jim Bailey
2013-11-03Fixed flake8 E251 violationsMilton Mazzarri
2013-11-03Whitespace fixAlex Gaynor
2013-11-03Re-expose Count hereAlex Gaynor
2013-11-03Fixed #14170 -- Reset i18n cache when settings changeBouke Haarsma
2013-11-03Merge pull request #1853 from loic/dstAymeric Augustin
2013-11-02Merging UpstreamJason Myers
2013-11-02PEP8 cleanupJason Myers
2013-11-02Fixed the remaining E302 violations int eh django packageAlex Gaynor
2013-11-02Checkout prior commit of _doctest.pyRay Ashman Jr
2013-11-02Revert change to django/test/_doctest.pyRay Ashman Jr
2013-11-02Correct flake8 E302 violationsRay Ashman Jr
2013-11-02PEP8Jason Myers
2013-11-02Fixed all E261 warningscoagulant
2013-11-02Fixing E302 ErrorsJason Myers
2013-11-02Fixed the remaining E302 violations int eh django packageAlex Gaynor
2013-11-02Merge pull request #1854 from rayashmanjr/masterAlex Gaynor
2013-11-02Checkout prior commit of _doctest.pyRay Ashman Jr
2013-11-02Revert change to django/test/_doctest.pyRay Ashman Jr
2013-11-02Fixed failing test around DST change.Loic Bistuer
2013-11-02Correct flake8 E302 violationsRay Ashman Jr
2013-11-02Fixed all E261 warningscoagulant
2013-11-02Fixed syntax error in queries/tests.pyAnssi Kääriäinen
2013-11-02Fixed #14511 -- bug in .exclude() queryAnssi Kääriäinen
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-11-02Merge pull request #1849 from brabadu/masterAlex Gaynor
2013-11-02Replaced a hardcoded "2" with the right named constantAlex Gaynor
2013-11-02Fixed flake8 E241Boryslav Larin