diff --git a/tienda/migrations/__pycache__/0001_initial.cpython-312.pyc b/tienda/migrations/__pycache__/0001_initial.cpython-312.pyc deleted file mode 100644 index 9c59692..0000000 Binary files a/tienda/migrations/__pycache__/0001_initial.cpython-312.pyc and /dev/null differ diff --git a/tienda/migrations/__pycache__/0002_verificationcode_code_mode_and_more.cpython-312.pyc b/tienda/migrations/__pycache__/0002_verificationcode_code_mode_and_more.cpython-312.pyc deleted file mode 100644 index fa262e2..0000000 Binary files a/tienda/migrations/__pycache__/0002_verificationcode_code_mode_and_more.cpython-312.pyc and /dev/null differ diff --git a/tienda/migrations/__pycache__/0003_order_transaction_code.cpython-312.pyc b/tienda/migrations/__pycache__/0003_order_transaction_code.cpython-312.pyc deleted file mode 100644 index b345b46..0000000 Binary files a/tienda/migrations/__pycache__/0003_order_transaction_code.cpython-312.pyc and /dev/null differ diff --git a/tienda/migrations/__pycache__/0004_product_stock_stockreservation_stockreservationitem.cpython-312.pyc b/tienda/migrations/__pycache__/0004_product_stock_stockreservation_stockreservationitem.cpython-312.pyc deleted file mode 100644 index 16b79e2..0000000 Binary files a/tienda/migrations/__pycache__/0004_product_stock_stockreservation_stockreservationitem.cpython-312.pyc and /dev/null differ diff --git a/tienda/migrations/__pycache__/0005_savedpaymentmethod.cpython-312.pyc b/tienda/migrations/__pycache__/0005_savedpaymentmethod.cpython-312.pyc deleted file mode 100644 index 924cd09..0000000 Binary files a/tienda/migrations/__pycache__/0005_savedpaymentmethod.cpython-312.pyc and /dev/null differ diff --git a/tienda/migrations/__pycache__/0006_alter_category_name.cpython-312.pyc b/tienda/migrations/__pycache__/0006_alter_category_name.cpython-312.pyc deleted file mode 100644 index 0306e68..0000000 Binary files a/tienda/migrations/__pycache__/0006_alter_category_name.cpython-312.pyc and /dev/null differ diff --git a/tienda/migrations/__pycache__/__init__.cpython-312.pyc b/tienda/migrations/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index f910764..0000000 Binary files a/tienda/migrations/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/tienda/templatetags/__pycache__/__init__.cpython-312.pyc b/tienda/templatetags/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 6a9d06a..0000000 Binary files a/tienda/templatetags/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/tienda/templatetags/__pycache__/vat_filters.cpython-312.pyc b/tienda/templatetags/__pycache__/vat_filters.cpython-312.pyc deleted file mode 100644 index 3872719..0000000 Binary files a/tienda/templatetags/__pycache__/vat_filters.cpython-312.pyc and /dev/null differ diff --git a/tienda/tests.py b/tienda/tests.py index 9fdccd5..1f6b083 100644 --- a/tienda/tests.py +++ b/tienda/tests.py @@ -1802,6 +1802,8 @@ class EndpointViewTests(TestCase): "confirm_password": "PasswordNueva123!", }) self.assertEqual(changed.status_code, 302) + self.buyer.refresh_from_db() + self.assertTrue(self.buyer.check_password("PasswordNueva123!")) invalid_city = self.client.post(reverse("crear_direccion"), data={ "full_name": "Comprador Uno",