Enum djangohashers::Version [] [src]

pub enum Version {
    Current,
    V14,
    V15,
    V16,
    V17,
    V18,
    V19,
    V110,
}

Django Version.

Variants

Current

Current Django version.

V14

Django 1.4.

V15

Django 1.5.

V16

Django 1.6.

V17

Django 1.7.

V18

Django 1.8.

V19

Django 1.9.

V110

Django 1.10.

Trait Implementations

impl Clone for Version
[src]

fn clone(&self) -> Version

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more