summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-27Added a warning regarding risks in serving user uploaded media.Tim Graham
2013-11-27Merge pull request #2000 from loic/docsAnssi Kääriäinen
2013-11-28Fixed typo in release notes.Loic Bistuer
2013-11-27PEP-8 cleanupAnssi Kääriäinen
2013-11-27Added a bulk option to RelatedManager remove() and clear() methodsLoic Bistuer
2013-11-27Used simpler queries for m2m clearing when possible.Anssi Kääriäinen
2013-11-27Fixed #21169 -- Reworked RelatedManager methods use default filteringLoic Bistuer
2013-11-27Update tutorial part 1 to discuss migrations properlyAndrew Godwin
2013-11-27Include deferred SQL in sqlmigrate outputAndrew Godwin
2013-11-27Fixed #21438: makemigrations now detects ManyToManyFieldsAndrew Godwin
2013-11-27Field.deconstruct() howto docsAndrew Godwin
2013-11-27PostGIS schema editor supportAndrew Godwin
2013-11-27Add gis deconstruct() method (this does not make schema work)Andrew Godwin
2013-11-27Change initial migration writing to work as docs suggest.Andrew Godwin
2013-11-27Fix squashed migration loading ordering issueAndrew Godwin
2013-11-26Merge pull request #1985 from raphaa/21499Andrew Godwin
2013-11-26Replace use of dict.has_key with `key in dict`Alex Gaynor
2013-11-26Fixed a typo in the documentationAlex Gaynor
2013-11-26Fixed #21448 -- Fixed test client logout with cookie-based sessionsClaude Paroz
2013-11-26Fixed #21355 -- try importing _imaging from PIL namespace first.Richard Xia
2013-11-26Use str.isupper() to test if a string is uppercased.Baptiste Mispelon
2013-11-26Fixed #21512 -- Added more complete information about Pillow and PIL in model...Vajrasky Kok
2013-11-25Fixed #20522 - Allowed use of partially validated object in ModelAdmin.add_vi...Jay Leadbetter
2013-11-25Fixed #21489 -- Make formsets directly importable from django.forms.Loic Bistuer
2013-11-25Fixed #21509 -- Removed dead exception catching code.Krzysztof Jurewicz
2013-11-25flake8 fixAlex Gaynor
2013-11-25Fixed #21403: Corrected test codeShai Berger
2013-11-25Fixed #21507 -- Corrected default widget information for FileFieldLudwik Trammer
2013-11-25Fixed test failure on OracleShai Berger
2013-11-24flake8 fixesAlex Gaynor
2013-11-24Fixed some unnescesarily gendered language in the docsAlex Gaynor
2013-11-24Fixed #21391 -- Allow model signals to lazily reference their senders.Simon Charette
2013-11-24Fixed typo in previous commit; refs #21490.Tim Graham
2013-11-24Fixed #21490 -- Fixed custom admin URL reverse example.Tim Graham
2013-11-24Removed confusing comments from the docs.Loic Bistuer
2013-11-24Fixed #21497 -- Forced conversion to bytes for very long index namesJoel Bohman
2013-11-24Added more tests for ContentTypeManager.get_for_model.Antonis Christofides
2013-11-24Fixed #21500 -- Removed imports of deprecated utils.importlibBaptiste Mispelon
2013-11-24Properly closed cache connections at the end of the request.Florian Apolloner
2013-11-24Fixed flake8 error (5 space identation!!!)Alex Gaynor
2013-11-24Fixed #21499 -- Added a paragraph to the docs.Raphael Jasjukaitis
2013-11-24Fixed #21504 -- Don't shadow database errors when testing for postgis version.Baptiste Mispelon
2013-11-24Don't fail if there is no memcached backend active.Florian Apolloner
2013-11-24Fixed regression from ffc37e2343a93cf6d44247e20cd263b41f931716.Florian Apolloner
2013-11-24Fixed #21505 -- Added unit test for django.utils.text.get_valid_filename.Vajrasky Kok
2013-11-24Randomized KEY_PREFIX in caches test to prevent failures during parallel test...Florian Apolloner
2013-11-23Merge pull request #1980 from krallin/patch-1Alex Gaynor
2013-11-23Add missing commas in Prefetch docsThomas Orozco
2013-11-23Fixed test breakage under python 3 introduced by a480f8320a5b36501bfd0e8cd70b...Baptiste Mispelon
2013-11-23Don't fail if cPickle doesn't exist.Florian Apolloner