collection of django-admin helper
 
 
 
 
 
 
Aller au fichier
Vincent Adolphe 8a8f52a926 feat(batchupdate): optimise la mise a jour des etiquettes 2021-05-05 11:49:50 +02:00
basket feat(batchupdate): optimise la mise a jour des etiquettes 2021-05-05 11:49:50 +02:00
.editorconfig build(basket): add linter config file 2019-02-23 02:56:10 +01:00
.gitignore cleanup source 2019-03-08 22:09:54 +01:00
.gitmessage build(basket): ajout .gitmessage 2019-03-08 22:15:42 +01:00
LICENSE.txt initial commit 2012-05-15 10:37:07 +02:00
MANIFEST.in build(MANIFEST): include translations 2019-02-24 23:23:40 +01:00
Makefile build(pyproject.toml): corrige build en suivant la PEP518 2019-03-19 15:26:16 +01:00
README initial commit 2012-05-15 10:37:07 +02:00
README.basket big filter .as_dl() 2014-07-07 22:02:08 +02:00
README.batchupdate initial commit 2012-05-15 10:37:07 +02:00
README.bigfilter initial commit 2012-05-15 10:37:07 +02:00
README.collapse initial commit 2012-05-15 10:37:07 +02:00
README.i18n Compilation des messages traduits (anglais -> francais) 2013-04-19 22:06:17 +02:00
README.rst build(basket): set layout for a pip package 2019-02-24 22:43:54 +01:00
agpl-header.txt initial commit 2012-05-15 10:37:07 +02:00
black.toml build(pyproject.toml): corrige build en suivant la PEP518 2019-03-19 15:26:16 +01:00
setup.cfg build(basket): add linter config file 2019-02-23 02:56:10 +01:00
setup.py build: bump version 0.4.1 2021-05-05 10:23:51 +02:00

README

# Copyright (C) 2012  Cliss XXI
#
# This file is part of django-basket
# 
# django-basket is free software: you can redistribute it and/or modify it
# under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
# 
# django-basket is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Affero General Public License for more details.
# 
# You should have received a copy of the GNU Affero General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
# 
# Author: Vincent Adolphe


Django basket is a addon of django admin, it enable several helper:

status:
p - project (nothing commited yet),	s - start of dev (not yet working)
w - work in progress(workable),		c - commited

1 -c- Filter Collapsable in the changelist view (javascript)
2 -s- Recursive "edit" along the recursive "add" button (javascript)
3 -c- BasketAdmin a Mixin class to enable a selection basket
4 -w- BatchUpdate a Mixin class to enable update of several fields at once
5 -p- FilterAdmin a Mixin class to enable advanced filter
6 -p- FormAbstract a Mixin class to display an Abstract in the changeform_view

See each README for more details

History:
As a django newbie and lazy coder, I want to be able to reuse my code as much as
possible.