summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-10Updated some links to https and new locations.Mads Jensen
2018-11-10Removed dead links to botbot.me.Tim Graham
2018-11-10Fixed keep-alive support in manage.py runserver.Florian Apolloner
2018-11-09Used method chaining in DateTimeShortcuts.js.Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-09Fixed #29941 -- Fixed missing variable in docs/ref/contrib/contenttypes.txt.Tim Graham
2018-11-09Fixed #29934 -- Added sqlparse as a require dependency.Tim Graham
2018-11-09Fixed #29917 -- Stopped collecting ModelAdmin.actions from base ModelAdmins.Matthias Kestenholz
2018-11-09Removed unused variables.Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-09Removed unused 'tz' variable in typecast_timestamp().Srinivas Reddy Thatiparthy
2018-11-09Fixed #29920 -- Added a test for smart_urlquote()'s UnicodeError branch.Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-09Fixed #29931 -- Removed unused ValueError handling in naturalday template tag.Hasan Ramezani
2018-11-09Moved duplicate author declarations to setUpTestData() in UpdateViewTests.oliver
2018-11-09Fixed signing.dumps() example for Python 3.minusf
2018-11-08Fixed #29908 -- Fixed setting of foreign key after related set access if Fore...Simon Charette
2018-11-08Fixed #29933 -- Fixed typo in docs/intro/contributing.txt.mentix02
2018-11-06Refs #29926 -- Removed usage of gettext.translation()'s deprecated codeset pa...Tim Graham
2018-11-06Used QuerySet.bulk_create() in a couple tests.oliver
2018-11-06Fixed #25251 -- Made data migrations available in TransactionTestCase when us...romgar
2018-11-04Improved performance of runtests.py with os.scandir().Tom Forbes
2018-11-04Removed DatabaseOperation.savepoint_create/rollback_sql() on Oracle.Tom Forbes
2018-11-03Refs #29883 -- Removed runtests.py's dependency on selenium.Tim Graham
2018-11-03Increased test coverage of django.utils.http.Hasan Ramezani
2018-11-03Fixed inconsistent indentation in docs/ref/contrib/auth.txt.Tobias Bengfort
2018-11-03Fixed #29883 -- Added selenium hub support to runtests.py.Tom Forbes
2018-11-02Fixed typo in docs/internals/contributing/writing-code/coding-style.txt.Mice Pápai
2018-11-01Updated expected date for 2.1.4 release.Carlton Gibson
2018-11-01Fixed #27994 -- Documented ManifestFilesMixin.Theofanis Despoudis
2018-11-01Fixed #29886 -- Fixed unaccent lookup when PostgreSQL's standard_conforming_s...Jayantha Gumballi
2018-11-01Added stub release notes for 2.1.4 release.Carlton Gibson
2018-11-01Added release date for 2.1.2 release.Carlton Gibson
2018-10-31Fixed #22390 -- Doc'd possible server restart required in tutorial 6.Tim Graham
2018-10-31Fixed #29890 -- Fixed FileSystemStorage crash if concurrent saves try to crea...Tim Graham
2018-10-31Fixed #29901 -- Allowed overriding an autocomplete/raw_id_fields/radio_fields...Javier Matos Odut
2018-10-30Fixed #29783 -- Added app label validation to showmigrations command.Junyoung
2018-10-30Capitalized SecurityMiddleware headers for consistency with other headers.Artur Juraszek
2018-10-30Increased test coverage of django/views/generic/dates.py.Hasan Ramezani
2018-10-30Fixed #29866 -- Made DiscoverRunner do tests tear down if running checks or t...Jayden Kneller
2018-10-30Refs #29868 -- Prevented name collisions between test constraints on Oracle.Simon Charette
2018-10-29Fixed #29547 -- Added support for partial indexes.Mads Jensen
2018-10-29Fixed #29882 -- Added events and stored routines to MySQL's cloned test datab...thomazzo
2018-10-29Fixed #29903 -- Added error message for invalid WeekArchiveView week_format.Hasan Ramezani
2018-10-29Fixed code highlighting in docs/ref/contrib/staticfiles.txt.Tim Graham
2018-10-29Fixed #29897 -- Fixed autodetector's swappable MTI dependency resolution.Simon Charette
2018-10-29Refs #29897 -- Moved autodetector swappable dependency resolution to a method.Simon Charette
2018-10-29Refs #23322 -- Removed unnecessary "and" clause in the autodetector.Simon Charette
2018-10-29Fixed #29868 -- Retained database constraints on SQLite table rebuilds.Simon Charette
2018-10-28Fixed #29896 -- Fixed incorrect Model.save() cache relation clearing for fore...Tim Graham
2018-10-27Fixed #29763 -- Added support for column renaming on SQLite.Hampus Dunström
2018-10-27Added test coverage for views.generic.dates.MonthMixin.get_month() KeyError b...Hasan Ramezani
2018-10-27Fixed #28606 -- Deprecated CachedStaticFilesStorage.Tim Graham