-
@baldrige is documenting the business logic; transactions already exist as models, now we just need to use signals and post-save hooks to do as much work as possible for each of the transaction types.
-
Hello. Do you plan to add Mailtrap as a supported ESP?
https://mailtrap.io/
-
## Problem
Nested Transactions are useful in many cases. They are implemented in all other serious database query systems: (TypeORM, Rail's ActiveRecord, Django ORM, Laravel's Eloquent ORM, Elixir …
-
I tried it as per django docs but it saves only numeric [] of decimals in postgres without currency column
-
Hi,
How possible to filter on multiple fields with OR condition!?
For example:
`first_name = foo OR last_name = bar`
Equivalent to:
`model.objects.filter(Q(first_name=foo) | Q(last_name=bar))`
-
### Enhancement Proposal
Hi,
I've been following the dev of this Gunicorn charm and it is a really cool general charm. What I'm hoping for is the ability to use it with my Django application whi…
-
Quite a few important discussions and pull requests have happened here which I think deserve some attention (all are important, but these are the relevant ones):
- #17 Add type interface{} target as a…
mholt updated
9 years ago
-
Currently the Specify 7 data model includes tables for notifications and WB datasets which are not managed by Specify 6. These tables are created by Django database migrations. The Specify 7 docker im…
-
0xDTE updated
12 months ago
-
Description: Currently, the LPG Gas Booking System is built using a Python GUI (Tkinter), which limits its accessibility and user experience. To improve the system's usability, scalability, and design…