- 03 Aug, 2016 2 commits
-
-
Calen Pennington committed
-
Ned Batchelder committed
-
- 23 May, 2016 1 commit
-
-
Robert Raposa committed
-
- 18 May, 2016 1 commit
-
-
Calen Pennington committed
-
- 04 May, 2016 2 commits
-
-
Calen Pennington committed
-
By default, disable all caching in tests, to preserve test independence. In order to enable caching, inherit from CacheSetupMixin, and specify which cache configuration is needed. [EV-32]
Calen Pennington committed
-
- 03 May, 2016 1 commit
-
-
- Use AST to parse Python. - Refactor Mako to use Python linting. - Add optional verbose script argument. - Skip tests.py files when linting.
Robert Raposa committed
-
- 06 Apr, 2016 1 commit
-
-
- Remove <%include> linting - Remove dump_html_escaped_json
Robert Raposa committed
-
- 17 Mar, 2016 1 commit
-
-
This will leverage the nose attrib plugin to allow us to break tests apart on our build system to run in parallel on separate nodes.
Ben Patterson committed
-
- 04 Mar, 2016 2 commits
-
-
TNL-4160
Robert Raposa committed -
TNL-4160
Robert Raposa committed
-
- 29 Feb, 2016 1 commit
-
-
By default, migrations are applied as they always have been. Exporting DISABLE_MIGRATIONS=1 or passing --disable-migrations to Paver commands will create tables directly from apps' models.
Usman Khalid committed
-
- 05 Feb, 2016 1 commit
-
-
Robert Raposa committed
-
- 03 Feb, 2016 1 commit
-
-
- Rename escape_json_dumps to dump_js_escaped_json - Rename escape_js_string to js_escaped_string - Update js_escaped_string to output empty string for None - Introduce dump_html_escaped_json - Move dump_js_escaped_json after the pipe as new best practice - Introduce additional uses of helpers - Introduce new djangolib directory and move js_utils
Robert Raposa committed
-