summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2013-11-11Fixed #21420 once more.Aymeric Augustin
2013-11-11Fixed #21388 -- Corrected language code for FrisianBouke Haarsma
2013-11-11Fixed #20990 -- Ensured unicode paths in compilemessagesClaude Paroz
2013-11-11Fixed #9523 -- Restart runserver after compiling apps translationsBouke Haarsma
2013-11-11Fixed #21420 -- Autoreloader on BSD with Python 3.Aymeric Augustin
2013-11-11Fix syntax error under Python 3.2.Aymeric Augustin
2013-11-11Fixed #21351 -- Replaced memoize with Python's lru_cache.Bouke Haarsma
2013-11-09Fixed #14800 -- Suppressed WSGIRequestHandler message filteringClaude Paroz
2013-11-09Fixed spelling of compatibility.Tim Graham
2013-11-09Fixed #21398 -- Fixed BCryptSHA256PasswordHasher with py-bcrypt and Python 3.Tim Graham
2013-11-09flake8 fixAlex Gaynor
2013-11-09Fixed #21383 -- Added request details in SuspiciousOperation messagesClaude Paroz
2013-11-09Don't initialize PostGIS-specific stuff for non-db connectionsClaude Paroz
2013-11-09Removed useless comment. Refs #21172Anssi Kääriäinen
2013-11-09Fixed #16969 -- Don't connect to named database when possibleClaude Paroz
2013-11-09Merge pull request #1743 from unaizalakain/ticket_21172Anssi Kääriäinen
2013-11-08Fixed a typo in admindocs templateClaude Paroz
2013-11-08Fixed #17529 -- get_template_from_string default arguments breakUnai Zalakain
2013-11-08Fixed #13970 -- Made SelectDateWidget use the standard widget is_required att...Claude Paroz
2013-11-07Fixed a couple flake8 warnings.Tim Graham
2013-11-08Fixed #5849 -- Strip whitespace from blocktransBouke Haarsma
2013-11-07Merge pull request #1850 from unaizalakain/ticket_13725Anssi Kääriäinen
2013-11-07Fixed #13725 -- take url scheme into account in assertRedirectsUnai Zalakain
2013-11-07Fixed #20536 -- rewrite of the file based cache backendJaap Roes
2013-11-07Fixed #17001 -- Custom querysets for prefetch_related.Loic Bistuer
2013-11-07Fixed #20600 -- ordered distinct(*fields) in subqueriesAnssi Kääriäinen
2013-11-07Removed non-necessary code in Compiler._setup_joins()Anssi Kääriäinen
2013-11-07Removed Query.setup_joins() and join() argument outer_if_first.Anssi Kääriäinen
2013-11-07Fixed #21376 -- New implementation for query join promotion logicAnssi Kääriäinen
2013-11-06flake8 fixesAlex Gaynor
2013-11-06Allow squashing of squashed migrationsAndrew Godwin
2013-11-06Massive migration optimiser improvements + RenameModel opnAndrew Godwin
2013-11-06Distinguish between browser-deprecated locales and internallyBaptiste Mispelon
2013-11-06Fixed #21387 -- Merge two very similar help texts.Ramiro Morales
2013-11-05Fix python2 breakage caused by e5e044da87800feb6ef63fef1765d8c05022d926.Baptiste Mispelon
2013-11-05Fixed #18419 -- Full backwards compatibility for old language codesBouke Haarsma
2013-11-05Flake8 fixesAlex Gaynor
2013-11-04Fixed python3 breakage introduced by c0a2388a1c4ead1afaec98e4ebc953a772ca3849.Baptiste Mispelon
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 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 regressions from 36ded01527b690b5df0574492af9cfcc2ea3d1dc.Florian Apolloner
2013-11-03Fixed #20849 -- ModelForms do not work well with prefetch_related.Jim Bailey