summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed #27091 -- Added .tox to flake8 exclude.Tim Graham2016-08-191-1/+1
* Replaced old DateTimeAwareJSONEncoder with DjangoJSONEncoder in docs.Brightcells2016-08-191-1/+1
* Refs #25854 -- Completed a RequestContext docs example.Tim Graham2016-08-181-8/+8
* Fixed #26807 -- Documented how to replicate SubfieldBase's assignment behavior.Tim Graham2016-08-181-3/+7
* Fixed #27068 -- Unified form field initial data retrieval.Jon Dufresne2016-08-185-19/+89
* Removed unused 'password' parameter in auth_tests.Tim Graham2016-08-181-8/+8
* Fixed #25871 -- Added expressions support to QuerySet.values().Ian Foote2016-08-184-7/+115
* Fixed #27073 -- Removed duplicated managers in `Model._meta.managers`.Loïc Bistuer2016-08-193-1/+24
* Corrected text from Python's Windows installer.Timothy Allen2016-08-181-1/+1
* Fixed #27054 -- Fixed makemigrations crash with a read-only database.Jim Nicholls2016-08-184-4/+45
* Refs #26983 -- Added test for isnull lookup to CharField with primary_key=True.Chris Lamb2016-08-173-3/+13
* Fixed #27077 -- Made SQLite's in-memory database checks DRYer.Chris Jerdonek2016-08-173-10/+15
* Fixed #27069 -- Doc'd which gettext functions may be aliased as _.Mattias Loverot2016-08-171-0/+10
* Fixed #27078 -- Simplified "if" logic in SQLite's _get_test_db_name().Chris Jerdonek2016-08-171-10/+11
* Fixed #26840 -- Added test.utils.setup/teardown_databases().Andreas Pelme2016-08-176-164/+214
* Fixed #26616 -- Clarified model usage in AppConfig.ready().Kevin Christopher Henry2016-08-171-3/+17
* Fixed incorrect doc reference to Field.initial.Jon Dufresne2016-08-171-2/+2
* Fixed crash comparing CheckMessage objects to non-CheckMessage objects.Adam Chainz2016-08-162-2/+9
* Added tests for check Message equality.Adam Chainz2016-08-161-0/+14
* Replaced 'raise SkipTest' with self.skipTest() in a few tests.Tim Graham2016-08-163-5/+5
* Fixed reverse accessor check failures in indexes tests.Adam Chainz2016-08-161-1/+1
* Moved model_validation tests to invalid_models_tests.Tim Graham2016-08-166-147/+111
* Fixed #19222 -- Documented that default managers aren't used for related quer...Tim Graham2016-08-161-1/+7
* Refs #26709 -- Added type check for models.Index fields argument.Akshesh2016-08-162-0/+6
* Refs #26709 -- Added index name to AddIndex.describe().Akshesh2016-08-162-2/+3
* Clarified when activating the btree_gin extension is necessary.Akshesh2016-08-161-1/+3
* Fixed #24854 -- Refactored QuerySet._valuesIan Foote2016-08-162-36/+36
* Fixed #27009 -- Made update_session_auth_hash() rotate the session key.Tim Graham2016-08-154-5/+16
* Fixed #27058 -- Reallowed the {% for %} tag to unpack any iterable.Tim Graham2016-08-153-3/+10
* Removed unnecessary registration of psycopg2 unicode extensions on Python 3Claude Paroz2016-08-151-2/+4
* Fixed #27014 -- Fixed annotations with database functions on PostGIS.Daniel Wiesmann2016-08-153-1/+7
* Fixed #27057 -- Made setup_test_environment() store saved settings in one place.Chris Jerdonek2016-08-151-23/+24
* Documented how allow_migrate() interacts with makemigrations.Timothy Allen2016-08-151-4/+6
* Made cosmetic edits to Field.default docs.Victor Oliveira da Silva2016-08-151-7/+7
* Used all() and a generator for PermissionsMixin.has_perms().Curtis Maloney2016-08-131-4/+1
* Refs #13408 -- Removed obsolete code/comments from {% for %} unpacking deprec...Tim Graham2016-08-131-11/+3
* Fixed typo in docs/releases/1.11.txtTim Graham2016-08-131-1/+1
* Fixed #27008 -- Added --debug-mode option to DiscoverRunner.Chris Jerdonek2016-08-124-3/+23
* Fixed #27048 -- Documented that refresh_from_db() doesn't reload @cached_prop...Tim Graham2016-08-121-2/+4
* Fixed #27030 -- Added contrib.postgres.indexes.GinIndex.Akshesh2016-08-129-1/+102
* Refs #27030 -- Added BtreeGinExtension operation.Akshesh2016-08-123-1/+19
* Removed some unnecessary repetition in PostgreSQL operations docs.Tim Graham2016-08-121-7/+4
* Refs #27030 -- Added index type introspection on PostgreSQL.Akshesh2016-08-125-6/+21
* Fixed #27007 -- Handled non-UTF-8 bytes objects for text/* attachments.Michael Schwarz2016-08-125-28/+72
* Fixed #20888 -- Added support for column order in class-based indexes.Akshesh2016-08-124-6/+60
* Made BoundField.initial use cached_property.Jon Dufresne2016-08-121-15/+7
* Fixed #27037 -- Prevented required attribute on ClearableFileInput when initi...Jon Dufresne2016-08-128-18/+66
* Refs #20888 -- Added index order introspection.Akshesh2016-08-128-16/+78
* Fixed typo in docs/releases/1.9.txtTim Graham2016-08-121-1/+1
* Fixed #26919 -- Added the action form's media in the changelist view.Stanislav Karpov2016-08-114-0/+21