- 20 Nov, 2015 13 commits
-
-
Kevin Falcone committed
-
Fix login redirect when user is logged out while answering a question…
Kevin Falcone committed -
Cdodge/fix unenrollment audit data
chrisndodge committed -
Jibsheet/force publish arg parsing
Kevin Falcone committed -
Cleanup some settings.
Usman Khalid committed -
Update --commit flag so you don't have to say --commit=commit
Kevin Falcone committed -
Allow user to submit initial verification through reverify flow
Zubair Afzal committed -
edxtest needs to be created on naked systems.
Ben Patterson committed -
Usman Khalid committed
-
ECOM-2933
zubair-arbi committed -
https://docs.djangoproject.com/en/1.8/howto/custom-management-commands/ You need to declare and do proper argument parsing. --commit is also more natural than a bare 'commit' on the end of a command. Switch from calling handle() directly to call_command(). call_command() simulates using the management command so is a better test of the command line interface.
Kevin Falcone committed -
Management commands should no longer access args[]
Kevin Falcone committed -
Pin to what we have in production
Kevin Falcone committed
-
- 19 Nov, 2015 27 commits
-
-
This is a partial revert from d8fd8ed6
Ben Patterson committed -
Reword default about page questions
Sarina Canelake committed -
This was installing a newer version, with a migration, which we do not want for a hotfix.
Kevin Falcone committed -
https://docs.djangoproject.com/en/1.8/howto/custom-management-commands/ Django intercepts the 'pull' argument and says "unrecognized arguments pull" There were no tests for this command, so it wasn't noticed during the upgrade testing, only once our integration monitoring noticed.
Kevin Falcone committed -
Chris Dodge committed
-
Adding gettext to JSHint ignore
clrux committed -
Sarina Canelake committed
-
MA-1190; patch 'read' attribute for thread
Nimisha Asthagiri committed -
With the 1.8 upgrade, we stopped using 'manage.py cms command commit' and switched to --commit because we no longer directly access args[] https://docs.djangoproject.com/en/1.8/howto/custom-management-commands/ When this command was updated, it was switched to --commit=commit, but using store_true allows a much more natural --commit syntax.
Kevin Falcone committed -
Chris Rodriguez committed
-
Updates the example locations to split format
Alison Hodges committed -
Django18 release merge
John Eskew committed -
Chris Rodriguez committed
-
Brian Beggs committed
-
Update the Django 1.8-upgraded repo versions.
John Eskew committed -
Ned Batchelder committed
-
John Eskew committed
-
Ned Batchelder committed
-
John Eskew committed
-
John Eskew committed
-
Ned Batchelder committed
-
Muhammad Ammar committed
-
Adam Palay committed
-
Brian Beggs committed
-
Fix paths for diff quality jshint comparison
Christine Lytwynec committed -
asadiqbal08/SOL-1416 Certs: Remove Restriction on Date Setting
Matt Drayer committed -
SOL-1386: refactored cert web view code
Matt Drayer committed
-