Commit History

Author SHA1 Message Date
  Baptiste Jonglez 109a3eedc7 Translation verbose_name and help_text of models to French 10 years ago
  Baptiste Jonglez 2c1b357158 Fix TODO before resetting migration 10 years ago
  Baptiste Jonglez f69adfbea1 Don't capitalize the content of verbose_name 10 years ago
  Baptiste Jonglez 0170160859 Add missing newlines at the end of files 10 years ago
  Baptiste Jonglez b49702d6b8 Ldapdb expects fields to be bytes, not unicode strings (this is probably an upstream bug) 10 years ago
  Baptiste Jonglez 59cab26ca0 We really want to manipulate bytes objects here 10 years ago
  Baptiste Jonglez c08c29d210 Use unicode everywhere 10 years ago
  Baptiste Jonglez f801f839a3 Fix remaining hardcoded date computation (these confuse Django's migration detection) 10 years ago
  Baptiste Jonglez 914e72284d Put function definition before executable code 10 years ago
  Baptiste Jonglez 0c30b18ea2 Fix VPN inline that accidentally got removed 10 years ago
  Baptiste Jonglez 637699db32 Revert "Remove useless VPNConfigurationInline class" 10 years ago
  Baptiste Jonglez 0b3ecbe75d Make editable fields more obvious 10 years ago
  illysedev 63287c4623 Add a small 'edit' icon in front of editable fields 10 years ago
  Baptiste Jonglez ecbe19bc16 Use a version of django-netfields compatible with Django 1.7 10 years ago
  Baptiste Jonglez 3a2135ecf5 Remove useless VPNConfigurationInline class 10 years ago
  Baptiste Jonglez b4cabaabfb Add an IPSubnet inline form on the VPN admin page 10 years ago
  Baptiste Jonglez b56ea0d8ff Fix more VPN tests 10 years ago
  Baptiste Jonglez 7d59ca1447 Fix signal handling for subnets in case no configuration is associated to the subnet 10 years ago
  Baptiste Jonglez 10a1bba798 Fix VPN tests 10 years ago
  Baptiste Jonglez 38eedab124 Require configuration to be related to a subscription 10 years ago
  Baptiste Jonglez 71b373cd5b Associate IP subnet to configuration instead of subscriptions 10 years ago
  Baptiste Jonglez a175e47e56 Fix login check because of new Member implementation 10 years ago
  Baptiste Jonglez d3e6a478e2 Fix order of fields in the login page, when tabbing 10 years ago
  Fabs 1072ec2e50 Missing migrations 10 years ago
  Fabs 2ca9ab8f60 Merge branch 'static_pdf_invoices' into django17_AbstractU_Polymorph 10 years ago
  Fabs d1f958223f Fix URL random bug in admin by patching a polymotphic bug 10 years ago
  Fabs c492b6a1a1 PEP8 10 years ago
  Fabs 8b0a451c24 When invoice is validated, do not permit editing it (including InvoiceDetail inline) 10 years ago
  Fabs 8985c1bc65 Change is_validated by is_pdf_exists. 10 years ago
  Baptiste Jonglez 0ae0ac9157 Fix tests due to change member.ldap_cn → member.username 10 years ago