diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2018-02-03 21:17:02 -0500 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2018-02-03 21:17:02 -0500 |
| commit | 93a57dc5afb2962d675c51504ecdb3afa34a95a7 (patch) | |
| tree | 97e0ffb39c777c2907f817c24a88b9696d0f6370 /app/requirements.txt | |
| parent | 9494ff9cb0e917fb11d2281fe0ffb04a8c40b6db (diff) | |
| download | dispatch-tracker-93a57dc5afb2962d675c51504ecdb3afa34a95a7.tar.gz dispatch-tracker-93a57dc5afb2962d675c51504ecdb3afa34a95a7.tar.xz | |
Show whether or not there are any related invoices on the summary page
Also prevent the generation of duplicate invoices based on the date of
invoice and the current user.
Diffstat (limited to 'app/requirements.txt')
| -rw-r--r-- | app/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/requirements.txt b/app/requirements.txt index 1d1e613..c4f2f33 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -2,7 +2,7 @@ Django==1.11.5 django-auditlog==0.4.3 django-jsonfield==1.0.1 Faker==0.8.4 -psycopg2==2.7.3.1 +psycopg2==2.7.3.2 pyaml==17.10.0 python-dateutil==2.6.1 pytz==2017.2 |
