django-admin-interface/tests
Vasanth cc1f72b23d
Add tabbed changeform support (#211).
* WIP : basic templates

* Add params

* Working override

* Use headerless version only during tabs

* Move CSS to separate file

* Extract js to static folder

* script is not self-closing

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* use classList for updating classes

* Add EOF (newline) to new text files

* a simple test to keep up code coverage

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fieldsets are not tabbed by default

* rename templatetag

* use default page if show_*_tabs are false

* Narrow down css to admin-interface

* Fix typo

* keep codacy happy

* prefix tab classes with tabbed-changeform-

* horizontal scrolling

* Update colors

* color updates

* add back missing font bold

Co-authored-by: vaz <vmohan@lenbox.io>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-11-26 09:54:33 +01:00
..
__init__.py Added tests 2017-03-29 16:21:41 +02:00
routers.py Fix #208 - do not assume active DB when not specified (#210). 2022-11-26 09:53:33 +01:00
settings.py Fix #208 - do not assume active DB when not specified (#210). 2022-11-26 09:53:33 +01:00
test_fixtures.py Reformatted code with Black. 2022-02-08 18:58:59 +01:00
test_models.py Separate `test_repr` and `test_str`. 2022-11-18 13:31:57 +01:00
test_multidb.py Fix #208 - do not assume active DB when not specified (#210). 2022-11-26 09:53:33 +01:00
test_settings.py Run `pre-commit`. 2022-10-14 17:31:57 +02:00
test_templatetags.py Add tabbed changeform support (#211). 2022-11-26 09:54:33 +01:00
urls.py Run `pre-commit`. 2022-10-14 17:31:57 +02:00
urls_without_i18n_patterns.py Reformatted code with Black. 2022-02-08 18:58:59 +01:00