Commit graph

  • 4d9df911b3
    Update year. Reece Dunham 2019-01-10 15:38:56 -0500
  • 6b88c888d3 fix model.save patched in FieldTracker (#353) Sergey Tikhonov 2018-12-10 18:35:26 +0300
  • 25743141bc Ensure TimeStampedModel modified equals created on initial creation. (#319) Daniel Andrlik 2018-12-08 01:23:04 -0500
  • b739f6fe87 Add default manager as all_objects for SoftDeletableModel (#326) Guilherme Devincenzi 2018-12-08 03:50:10 -0200
  • 764b7ea78d Add support for reverse iteration of Choices (#314) Éric Araujo 2018-12-08 00:47:54 -0500
  • 326bd7bc02 Fix missing subclasses and annotated in cloned InheritanceQueryset (#335) Sebastian Illing 2018-12-08 06:26:36 +0100
  • 2cb773372d Add a JoinManager that helps with performance (#351) Jonathan Sundqvist 2018-11-25 15:18:23 +0100
  • 08161456d5
    Merge pull request #350 from tumb1er/patch_model_save Asif Saif Uddin 2018-11-20 23:55:25 +0600
  • ba83be0b43 fix #330 patch MyModel.save instead of MyModel().save tumb1er 2018-11-20 17:49:52 +0300
  • 05671695bb
    update tag Asif Saif Uddin 2018-11-03 11:12:50 +0600
  • 4c5c4b8bc4
    Merge pull request #341 from thiras/master Asif Saif Uddin 2018-10-23 15:15:03 +0600
  • 300209007b add Simplified Chinese translations Zach Cheung 2018-10-23 15:38:04 +0800
  • 3efac688ed
    Change supported version to 2.1 at README.rst Ant Somers 2018-10-05 02:43:52 +0300
  • 4562da4e18
    updated doc about supported python and django versions. Asif Saif Uddin 2018-09-24 19:39:33 +0600
  • e150d24f7a
    Merge pull request #334 from rlmv/django-2.1 Asif Saif Uddin 2018-09-24 19:25:17 +0600
  • df8ceed265 Add Django 2.1 to tox Bo Marchman 2018-08-07 11:02:41 -0400
  • bf1adce0b8
    Merge pull request #329 from lucaswiman/fix-pep8-violations Lucas Wiman 2018-07-25 15:00:11 -0700
  • c53b19e50d Ignore 80 character line length restriction of pep8. Lucas Wiman 2018-07-02 14:33:47 -0700
  • 9189d60996 Fix remaining non-E501 line length changes. Lucas Wiman 2018-07-02 13:01:49 -0700
  • 0859508a64 Fix E123 closing bracket does not match indentation of opening bracket's line Lucas Wiman 2018-07-02 12:57:14 -0700
  • e23e86a2be Ignore W503 line break before binary operator Lucas Wiman 2018-07-02 12:52:47 -0700
  • da65d0be32 Fix E30X too-few line spacing errors. Lucas Wiman 2018-07-02 12:20:38 -0700
  • 600ddc8dc5 Fix F401: imported but unused. Lucas Wiman 2018-07-02 12:16:41 -0700
  • 679aed41a2 Remove unused __unicode__ method (dead code). Lucas Wiman 2018-07-02 11:52:05 -0700
  • 954624cb22 Fix F841: local variable is assigned but never used. Lucas Wiman 2018-07-02 11:50:56 -0700
  • f845dcb24c Fix E231: missing whitespace after ",". Lucas Wiman 2018-07-02 11:49:16 -0700
  • 654e13235e Fix E303 too many blank lines. Lucas Wiman 2018-07-02 11:47:19 -0700
  • 9a6634b87a Ignore assigning to lambda warning. Lucas Wiman 2018-07-02 11:45:51 -0700
  • 54543f1e8d Add a flake8 environment to ensure pep8 compatibility. Lucas Wiman 2018-07-02 11:43:38 -0700
  • 16dec4d12d
    Merge pull request #317 from lucaswiman/django-1.11-compatibility Lucas Wiman 2018-07-02 11:30:09 -0700
  • 2e92877910 Merge branch 'master' into django-1.11-compatibility Lucas Wiman 2018-07-02 11:21:48 -0700
  • e750fc7408 Fix AUTHORS.rst formatting. Martey Dodoo 2018-04-26 16:42:43 -0400
  • 1197839765 Update docs to support django 2.0 Harry Moreno 2018-06-26 18:32:15 -0400
  • 45502c0ec2
    Put changelog in the right place. Lucas Wiman 2018-06-30 15:52:00 -0700
  • 7d6b45f0c1 Increase coverage: verify that accessing the descriptor from the class yields the descriptor object. Lucas Wiman 2018-06-28 17:04:57 -0700
  • ca2fbb4ccd Fix coverage for a codepath only executed in <1.10 environments. Lucas Wiman 2018-06-28 16:59:30 -0700
  • cde1d706af Cover a branch in has_changed. Lucas Wiman 2018-06-28 14:08:03 -0700
  • 59347ef36f Correctly clean up recursion sentinel value. Lucas Wiman 2018-06-28 13:52:52 -0700
  • c16a275bd7 Use --cov-append option in travis build to include coverage data from all tox environments run on the travis environment. Lucas Wiman 2018-06-28 13:46:39 -0700
  • 4740ab43ec Update passed environment variables to match codecov documentation. Lucas Wiman 2018-06-28 13:41:09 -0700
  • 15f9393bb2 Handle API change in DeferredAttribute descriptor in django-trunk. Lucas Wiman 2018-06-28 13:16:33 -0700
  • a84c3afddd Fix behavior of .previous() in Django 1.10+. Lucas Wiman 2018-06-28 13:09:42 -0700
  • 5d410e9ccc Fix test failures from merge. Lucas Wiman 2018-06-21 13:07:13 -0700
  • 98a1366608 Merge branch 'defer-has-changed' into django-1.11-compatibility Lucas Wiman 2018-06-21 12:51:16 -0700
  • 90ed7fc905 Improve coverage. Lucas Wiman 2018-04-04 10:02:46 -0700
  • be1a7d9281 Update AUTHORS and CHANGES. Lucas Wiman 2018-04-03 16:10:30 -0700
  • 80b099f129 Do not override custom descriptors when present. Lucas Wiman 2018-04-03 15:43:29 -0700
  • be52bc9290 Add failing test for deferred attributes. Lucas Wiman 2018-04-03 13:18:03 -0700
  • 0fc0b44c95 Remove version checks for django<1.8. Lucas Wiman 2018-04-02 17:00:03 -0700
  • 6d2ba63387 update changelog and versions for 3.1.2 João Amaro 2018-05-09 14:45:37 -0300
  • a6ce9fcc3b add N/A as Language-Team Václav Dohnal 2018-05-04 13:51:46 +0200
  • db35475ece add link to the issue tracker on Github Václav Dohnal 2018-05-04 13:51:15 +0200
  • d7e8144d4c add missing file header Václav Dohnal 2018-05-04 13:50:58 +0200
  • 248db7bde4 update czech (cs) translations Václav Dohnal 2018-05-04 13:46:16 +0200
  • b15f44c260 add czech (cs) translations Václav Dohnal 2018-05-04 13:45:53 +0200
  • 18dfb6b2cf
    Merge pull request #279 from hanleyhansen/inheritance-iterable Hanley Hansen 2018-05-02 14:14:22 -0400
  • d34043fd25 Avoid fetching deferred fields in has_changed Jack Cushman 2018-02-09 14:39:14 -0500
  • 3422547483
    Update AUTHORS.rst Germano Massullo 2018-01-19 10:47:56 +0100
  • 7e23e30545
    Removed missing include files Germano Massullo 2018-01-19 10:45:33 +0100
  • 1eff6d0d8f
    Add project release info to Travis config. Jannis Leidel 2018-01-10 10:58:35 +0100
  • a4afe46051
    Merge pull request #308 from jazzband/tox-travis Jannis Leidel 2018-01-10 10:58:21 +0100
  • ccaa08d12e
    Simplified tox setup with tox-travis. Jannis Leidel 2018-01-10 10:44:25 +0100
  • 7afacccd79
    Merge pull request #306 from develtech/update-versions Tony Narlock 2017-12-17 07:50:22 -0600
  • baa8bae1c0 update changelog and versions for 3.1.1 Tony Narlock 2017-12-17 07:45:56 -0600
  • 419fe216b7 Simplify version mentioning in README, classifiers Tony Narlock 2017-12-17 07:35:34 -0600
  • 78e837e572
    Merge pull request #302 from develtech/codecov-btn Tony Narlock 2017-12-11 18:06:01 -0600
  • fc13a6bd40 use codecov button on readme Tony Narlock 2017-12-11 18:05:28 -0600
  • 8a0d00b939 tag 3.1.0 Tony Narlock 2017-12-11 08:27:41 -0600
  • 044cac0d68 pep8 + add django classifiers to setup.py Tony Narlock 2017-12-11 08:22:59 -0600
  • 32259fb90b
    Merge pull request #301 from develtech/codecov Tony Narlock 2017-12-11 08:21:33 -0600
  • 28bd4567a7 switch to py.test + pytest-cov Tony Narlock 2017-12-11 08:08:47 -0600
  • 6dd7556da7 add codecov to travis Tony Narlock 2017-12-11 07:24:57 -0600
  • 4a7182112f update coveragerc to omit tests, dotfiles Tony Narlock 2017-12-11 07:20:03 -0600
  • 6e74791f68
    Merge pull request #300 from develtech/rm-update-travis-script Tony Narlock 2017-12-11 07:15:44 -0600
  • 1f8e9f9fb3 rm update travis script, this can be done by hand Tony Narlock 2017-12-11 07:15:06 -0600
  • 749aa09ff2
    Merge pull request #298 from develtech/django-2.0 Tony Narlock 2017-12-10 19:23:31 -0600
  • 35e17150b5 Overhaul travis/tox testbed #299 Tony Narlock 2017-12-07 12:32:46 -0600
  • c4d72123ef rm use_for_related_fields #290 Tony Narlock 2017-12-07 12:20:50 -0600
  • a975f2f07b Add django 2.0 to travis and tox #297 Tony Narlock 2017-12-07 11:24:05 -0600
  • a07140e771 Use _chain for django 2.0, #295 Tony Narlock 2017-12-07 11:13:39 -0600
  • 3c46995291 Update Docs - utilities.rst based on issue #195 georgemillard 2017-06-26 10:43:37 +0100
  • fb67a52d0a Add missing classifiers in setup.py Adam Dobrawy 2017-06-25 11:26:00 +0200
  • 8c935d3a83 update changes.rst Hanley 2017-06-23 09:56:51 -0400
  • 0a809df4da make InheritanceIterable inherit from ModelIterable instead of BaseIterable Hanley 2017-06-23 09:51:32 -0400
  • 69d6c6040a Russian locale added Arseny Sysolyatin 2017-05-22 20:23:24 +0300
  • 343d459406 Updated some of the badges. Jannis Leidel 2017-04-18 10:51:18 +0200
  • 94c77d75ef Add jazzband badge/contributing guidelines. Carl Meyer 2017-04-15 08:50:55 -0700
  • 198dcb612e Update github links for jazzband transfer. Carl Meyer 2017-04-15 08:47:31 -0700
  • 100d2d7a24 Bump version to 3.0.1a1. Carl Meyer 2017-04-13 16:51:52 -0700
  • 2e3b50dcb6 Bump version to 3.0.0. Carl Meyer 2017-04-13 16:49:58 -0700
  • f11646b10e Allow failure of py36 build for now, until Travis gets it Carl Meyer 2017-04-13 16:47:48 -0700
  • 89c4a0fc44 Add testing on Python 3.6 and Django 1.11. Carl Meyer 2017-04-13 16:39:21 -0700
  • 716e29d83b Merge pull request #270 from nakato/iter_class Carl Meyer 2017-04-13 16:29:38 -0700
  • 8cb21aabbc Support django 1.11 iterator changes Sachi King 2017-04-02 21:34:55 +1000
  • 1e4bc27e3a Merge pull request #264 from browniebroke/dist/exclude-tests Romain Garrigues 2017-02-17 11:10:04 +0000
  • 1473707fc7 Run coverage with '-a' option Bruno Alla 2017-02-16 12:39:41 +0000
  • d6edfdb4db Update CHANGES.rst Bruno Alla 2017-02-15 23:13:55 +0000
  • 10ebc16271 Exclude tests from distribution Bruno Alla 2017-02-15 23:00:10 +0000
  • 4d5969a616 Merge pull request #259 from romgar/update_documentation Romain Garrigues 2017-01-26 14:34:46 +0000
  • 7552c4a7f2 Remove out-to-date example romgar 2017-01-26 14:18:19 +0000