summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed #26866 -- Added format_lazy functionMattias Loverot2016-08-243-2/+55
* Fixed #27104 -- Corrected shell example in tutorial 5.Tim Graham2016-08-241-15/+5
* Fixed #27115 -- Corrected a screenshot in the tutorial.Tim Graham2016-08-241-0/+0
* Fixed #27072 -- Fixed AddGeometryColumn error when altering a SpatiaLite table.Tim Graham2016-08-241-2/+5
* Added environment variable support to tox configurationJosh Smeaton2016-08-241-1/+3
* Fixed #27100 -- Included already applied migration changes in the pre-migrate...Simon Charette2016-08-244-30/+42
* Fixed #27044 -- Included already applied migration changes in the post-migrat...Simon Charette2016-08-245-8/+36
* Fixed #27089 -- Added database alias to InconsistentMigrationHistory message.Tim Graham2016-08-233-2/+10
* Fixed #24650 -- Documented how to change an unmanaged model to managed.Tim Graham2016-08-231-0/+9
* Fixed #27103 -- Registered vcapi/rcapi GDAL prototypes based on their own dri...Matthew Somerville2016-08-232-2/+33
* Fixed #26971 -- Prevented crash with non-UTF-8 incoming PATH_INFOClaude Paroz2016-08-234-38/+26
* Fixed #26998 -- Reverted some admin checks from checking field.many_to_many b...Collin Anderson2016-08-235-15/+20
* Fixed #27061 -- Added a TEST['TEMPLATE'] setting for PostgreSQL.Chris Jerdonek2016-08-235-10/+98
* Fixed #27018 -- Fixed admindocs crash with a view in a class.Helen Sherwood-Taylor2016-08-207-5/+91
* Fixed #27096 -- Fixed primary key introspection for sqlite3 backendClaude Paroz2016-08-203-3/+5
* Fixed #27013 -- Clarified commands to install argon2/bcrypt packages.Tim Graham2016-08-191-4/+4
* Refs #26902 -- Protected against insecure redirects in set_language().Przemysław Suliga2016-08-193-7/+25
* Refs #26902 -- Protected against insecure redirects in Login/LogoutView.Przemysław Suliga2016-08-193-2/+51
* Fixed #26902 -- Allowed is_safe_url() to require an https URL.Przemysław Suliga2016-08-192-4/+31
* Fixed #27085 -- Corrected a screenshot in the tutorial.Tim Graham2016-08-191-0/+0
* Fixed #26987 -- Documented using QuerySet.get() without arguments.Abhishek Bera2016-08-191-0/+5
* Removed DateTimeAwareJSONEncoder alias.Tim Graham2016-08-192-3/+4
* Added technical board for 1.11 release cycle.Tim Graham2016-08-191-1/+1
* Fixed #26571 -- Corrected recommendation for converting timestamps to tz-awar...Tim Graham2016-08-191-4/+2
* Fixed #22288 -- Fixed F() expressions with the __range lookup.Matthew Wilkes2016-08-1911-21/+292
* Fixed #22414 -- Ensured that LiveServerTestCase closes connections.Chris Jerdonek2016-08-193-2/+33
* Refs #26747 -- Corrected a method name in tutorial05.Vincent Zhang2016-08-191-1/+1
* 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