summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-30Removed gender-based pronouns per [c0a2daad78].Tim Graham
2013-11-30Documented the house style for gender neutral pronouns.Alex Gaynor
2013-11-30Fixed comment typos.Alex Hill
2013-11-30Closed file after reading pot fileClaude Paroz
2013-11-30Enabled makemessages to support several translation directoriesClaude Paroz
2013-11-29Fixed an unescisarily gendered pronoun in a docstringAlex Gaynor
2013-11-30Removed Form._errors from the docs in favor of the add_error API.Loic Bistuer
2013-11-30Fixed #20867 -- Added the Form.add_error() method.Loic Bistuer
2013-11-29Fixed #21380 -- Added a way to set different permission for static directories.Vajrasky Kok
2013-11-28Fixed a deprecation warning introduced by 96dd48c83f.Simon Charette
2013-11-28Merge pull request #2005 from loic/ticket21169Anssi Kääriäinen
2013-11-29Use 'update_fields' in RelatedManager.clear() when bulk=False.Loic Bistuer
2013-11-28Fixed #21496 -- Fixed crash when GeometryField uses TextInputClaude Paroz
2013-11-28All the E125 errors hvae been eradicated.Alex Gaynor
2013-11-28Fixed E125 pep8 warningsChristopher Medrela
2013-11-28Fixed #21517 -- Added unit test for non-autoincrement primary key with value 0.Vajrasky Kok
2013-11-28Fixed #21515 -- Corrected example of template.Context in documentation.Baptiste Mispelon
2013-11-27A handle of flake8 fixesAlex Gaynor
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