summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-08Fixed #26837 -- Documented ModelMultipleChoiceField.to_field_nameSean Marlow
2016-07-08Fixed #26802 -- Prevented crash when attaching bytes as text messageClaude Paroz
2016-07-07Fixed #25317, #26090 -- Fixed swapping combinations of unique and db_index du...Jon Dufresne
2016-07-07Refs #26709 -- Checked allow_migrate_model() in Add/RemoveIndex operations.Akshesh
2016-07-07Refs #26709 -- Documented SchemaEditor.add/remove_index().Akshesh
2016-07-07Refs #26709 -- Added 'model' argument to SchemaEditor.add/remove_index()Akshesh
2016-07-07Fixed #26833 -- Fixed SchemaEditor._constraint_names() to handle features.upp...Jon Dufresne
2016-07-07Refs #26709 -- Added IndexOperation to avoid code duplication.Akshesh
2016-07-07Refs #26709 -- Required a name for Indexes passed to AddIndex.Akshesh
2016-07-07Fixed a typo in docs/ref/contrib/postgres/search.txt.Mathieu Richardoz
2016-07-06Fixed capitalization of "URL pattern".Tim Graham
2016-07-06Improved grammar in tutorial01.Daniel Rice
2016-07-06Promoted RemovedInDjango21Warning to error in Django's test suite.Tim Graham
2016-07-06Added copy-to-clipboard support for all code snippetsBaptiste Mispelon
2016-07-06Fixed #25461 -- Corrected meta API code examples to account for MTI.Romain Garrigues
2016-07-06Fixed typo in docs/topics/class-based-views/generic-display.txtTaylor Edmiston
2016-07-06Fixed #26841 -- Avoid remake tables for altering togethers in sqlite3 (#6888)akki
2016-07-04Fixed a typo in auth docs.Jiang Haiyun
2016-07-03Fixed #18682 -- Expanded explanation in stale content type deletion. (#6869)Erik Romijn
2016-07-03Refs #26808 -- Avoided clashing keyword arguments in test_autodetectorAkshesh
2016-07-02Fixed #26832 -- Added translated language name on the get_language_info docum...Leila20
2016-07-02Refs #21548 -- Skipped tests that rely on pillow when it's not installedBaptiste Mispelon
2016-07-02Fixed #26829 -- Simplified version detection command in tutorialMd. Sadaf Noor
2016-07-01Added package names to 'Error loading MySQLdb module' error.Adam Dobrawy
2016-07-01Fixed a urlpatterns_reverse test on Python 2 non-ASCII path.Tim Graham
2016-07-01Added parallel test running to "Speeding up the tests" docs.Harry Moreno
2016-06-30Fixed #21548 -- Added FileExtensionValidator and validate_image_file_extension.Berker Peksag
2016-06-30Fixed #26002 -- Explained ModelAdmin.get_search_results() example.Tim Graham
2016-06-30Fixed #25292 -- Fixed crash in ManyToManyField.through_fields check.Andrew Nester
2016-06-29Added Upper/Lower Sorbian translationsClaude Paroz
2016-06-29Removed contrib-messages entry in Transifex config fileClaude Paroz
2016-06-29Added Upper/Lower Sorbian languagesClaude Paroz
2016-06-29Fixed #25694 -- Removed incorrect _uniq suffix on index names during migrations.Jon Dufresne
2016-06-29Fixed #19513, #18580 -- Fixed crash on QuerySet.update() after annotate().David Sanders
2016-06-29Added a test for updating an annotated queryset.David Sanders
2016-06-29Added Georgian mapping to contrib/admin/static/admin/js/urlify.jsLh4cKg
2016-06-29Avoided db queries in test_indentation_whitespace.Berker Peksag
2016-06-28Refs #23386 -- Documented that F() expressions are applied on each model.save()Tsering
2016-06-28Fixed #26119 -- Fixed URLValidator crash on URLs with brackets.Christopher Grebs
2016-06-28Fixed #26811 -- Added addButton option to admin inlines JavaScript.David Sanders
2016-06-28Fixed #24694 -- Added support for context_processors to Jinja2 backend.Berker Peksag
2016-06-28Used strict comparison in docs/ref/csrf.txt's JavaScript.Camilo Nova
2016-06-28Fixed #26786 -- Avoided redundant max value validators on integer fields.Eduard Stepanov
2016-06-28Replaced use of TestCase.fail() with assertRaises().Tim Graham
2016-06-28Fixed #15091 -- Allowed passing custom encoder to JSON serializer.Berker Peksag
2016-06-28Fixed #26171 -- Made MySQL create an index on ForeignKeys with db_contraint=F...Aaron Elliot Ross
2016-06-28Improved test assertion in wsgi testsClaude Paroz
2016-06-27Fixed #26779 -- Added extra_context parameter to admin's i18n_javascript view.Shabda Raaj
2016-06-27Fixed #26784 -- Made ForeignKey.validate() pass `model` to router if model_in...Ben Demboski
2016-06-27Fixed #26751 -- Made dbshell exit with the shell's error code.Étienne BERSAC