Diana Huang
3455ff7393
Deletion migration for microsites tables.
2019-08-16 16:30:01 -04:00
Diana Huang
bf7dad15e4
Remove microsite djangoapp except migrations and configuration.
2019-08-16 09:42:57 -04:00
Feanil Patel
636af346d5
Don't skip the migration test.
2019-07-26 16:27:14 -04:00
Feanil Patel
1f7b12a38d
Remove references to push notifications.
...
Push notifications was only ever setup to connect to Parse.com a service
that has been discontinued. Since we haven't replaced the functionality
for a few years now, remove this dead code.
In cms/templates/js/course_info_update.underscore we're allowing content
to not be escaped because this is by design according to the tests.
Long term there should be a better fix for this but for now this is
intended behavior.
2019-07-24 11:45:46 -04:00
Jolyon Bloomfield
8adaca66d1
INCR-200 Migrate common/djangoapps/util/tests and migrations
2019-04-05 00:57:46 -04:00
Ned Batchelder
046fe60913
Remove unused imports
2018-11-07 10:31:51 -05:00
Michael Youngstrom
26b4e30833
Remove django 1.8 shim
2018-06-06 10:34:56 -04:00
Douglas Hall
d238a2de96
Upgrade edx-enterprise package to 0.67.1.
...
https://github.com/edx/edx-enterprise/compare/0.67.0...0.67.1
2018-04-04 09:17:20 -04:00
Douglas Hall
5c1ab83c29
Upgrade edx-enterprise to 0.67.0.
...
https://github.com/edx/edx-enterprise/compare/0.66.1...0.67.0
2018-03-27 12:21:55 -04:00
Douglas Hall
1410209a11
Add migration for removing old edx-enterprise password fields from the database.
2018-01-30 13:43:10 -05:00
Douglas Hall
538b073ee4
ENT-854 Remove references to old EnterpriseCustomerReportingConfiguration model fields.
2018-01-29 15:43:28 -05:00
John Eskew
cbf836227b
Disable migration-checking test in Django 1.9+
2018-01-10 15:50:39 -05:00
Douglas Hall
9071117ea2
Revert "Revert "ENT-779 Remove ProviderConfig.drop_existing_session field from DB.""
...
This reverts commit 23e17b3c35 .
2018-01-04 16:57:52 -05:00
Douglas Hall
23e17b3c35
Revert "ENT-779 Remove ProviderConfig.drop_existing_session field from DB."
2018-01-04 13:20:22 -05:00
Douglas Hall
2c3afb232b
ENT-779 Remove ProviderConfig.drop_existing_session field from DB.
...
References to this field were already removed with:
https://github.com/edx/edx-platform/pull/16987
2017-12-22 12:34:29 -05:00
Douglas Hall
d8494483c1
ENT-779 Remove code references to ProviderConfig.drop_existing_session.
...
We no longer need the drop_existing_session flag on IdP configurations
because dropping the existing session should actually be the only
behavior for certain view in the edx-enterprise code.
2017-12-21 14:39:46 -05:00
Jeremy Bowman
d44e6297ae
PLAT-1847 Fix cms tests under Django 1.9
2017-12-13 15:29:02 -05:00
Ned Batchelder
e23e3a0486
Fix a number of unused-import pylint violations
2017-11-21 19:57:06 -05:00
muzaffaryousaf
db07a049bf
Clean makemigration test and bump the val version.
2017-11-09 17:48:45 +05:00
muzaffaryousaf
7de3871f67
Fix the makemigration test temporary.
2017-11-09 13:20:29 +05:00
Douglas Hall
ca903278f5
Updating edx-enterprise to 0.51.2.
...
https://github.com/edx/edx-enterprise/compare/0.51.0...0.51.2
2017-10-11 08:47:50 -04:00
Matt Tuchfarber
9de5cbea12
Bump enterprise to 0.48.2
2017-10-02 13:40:31 -04:00
Uman Shahzad
a27688afd0
Bump to edx-enterprise to 0.48.1
2017-09-26 00:43:09 +05:00
Uman Shahzad
6355604b51
Ignore pending migrations for edx-enterprise temporarily.
2017-09-22 05:17:18 +05:00
Jeremy Bowman
fd6af6b05e
ddt usage cleanup
2017-09-05 17:25:51 -04:00
Waheed Ahmed
7d5446125d
Create migration to remove 'sailthru_activation_template' from DB.
...
Follow up PR for PR-15863 to remove the field from database table.
LEARNER-2201
2017-08-29 13:07:28 +05:00
Waheed Ahmed
54b50341bd
Modified migrations sync test.
2017-08-24 11:58:17 +05:00
Andy Armstrong
93235d118d
Reorder imports using isort (except lms and cms)
2017-05-30 16:04:54 -04:00
Ben Patterson
62a9dd616d
Ensure makemigrations test is called.
2016-12-08 15:22:10 -05:00
Ned Batchelder
eef964f5f6
Fix unused-variable errors
2016-08-03 12:44:41 -04:00
Usman Khalid
781623205e
Added a named outer_atomic option.
...
A named outer is suitable when dealing with IntegrityErrors. It only
checks that it is not nested under an atomic only if it is nested
under enable_outer_atomic(name=<name>). This way only the view which
is causing IntegrityErrors needs to have its automatic transaction
management disabled and other callers are not effected.
2016-06-16 14:18:21 +05:00
muzaffaryousaf
e2d9ecc010
Make migrations in-sync with models
2016-04-07 12:26:18 +05:00
muzaffaryousaf
90c670c0ac
Unit test to check the migrations are in sync.
2016-04-07 12:26:17 +05:00
Usman Khalid
6cb62f2697
Rebase upgrade Django to v1.8.5
...
Please note that this is a squshed commit and the work of:
Symbolist, macdiesel, nedbat, doctoryes, muzaffaryousaf and muhammad-ammar
2015-11-10 15:00:19 -05:00
Daniel Friedman
fff84928fa
Create and edit content groups in Studio
2015-01-15 10:37:24 -05:00
Usman Khalid
ae09573228
commit_on_success_with_read_committed should only work with atmost
...
1 level of transactions.
TNL-367
2014-10-01 19:45:38 +05:00
Usman Khalid
25a90301b3
Tests for the commit_on_success_with_read_committed decorator.
...
TNL-367
2014-10-01 19:45:38 +05:00