Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

This is where the actual functionality comes in. Django-sheerlike seems to be feature-complete with the Sheer WSGI server. #3

Merged
merged 40 commits into from Jul 22, 2015

Commits on Jun 17, 2015

  1. initial commit

    rosskarchner committed Jun 17, 2015
    Copy the full SHA
    afa00c4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    24881c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2015

  1. - restores .permalink (using a registry mechanism)

    - provides a generic view which should suffice for most uses
      of sheer's "lookups" feature.
    rosskarchner committed Jun 19, 2015
    Copy the full SHA
    1cfb4f4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e51e216 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f00bec2 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    85f4564 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2015

  1. Copy the full SHA
    08fe468 View commit details
    Browse the repository at this point in the history
  2. This is madness!

    This is Python!
    rosskarchner committed Jun 23, 2015
    Copy the full SHA
    8fd915f View commit details
    Browse the repository at this point in the history
  3. Update README.rst

    Now I should probably go learn ReStructuredText
    rosskarchner committed Jun 23, 2015
    Copy the full SHA
    133933a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    af5754a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d8a70d8 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    2c7f57b View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    0403fbb View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    e175702 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    e68ee50 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    ade97a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2015

  1. Copy the full SHA
    7aeac46 View commit details
    Browse the repository at this point in the history
  2. request.GET.copy() doesn't get you a mutable object.

    MultiValueDict(request.get.copy()) Does
    rosskarchner committed Jun 29, 2015
    Copy the full SHA
    9aa0ec4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1ceb955 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4d98f42 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c7ebebd View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    f44e17a View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    c3e0b39 View commit details
    Browse the repository at this point in the history
  8. Update README.rst

    rosskarchner committed Jun 29, 2015
    Copy the full SHA
    19795bc View commit details
    Browse the repository at this point in the history
  9. Update README.rst

    rosskarchner committed Jun 29, 2015
    Copy the full SHA
    2b76f6a View commit details
    Browse the repository at this point in the history
  10. Update README.rst

    rosskarchner committed Jun 29, 2015
    Copy the full SHA
    b566752 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    2ff1f98 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    27f66bc View commit details
    Browse the repository at this point in the history
  13. Update README.rst

    rosskarchner committed Jun 29, 2015
    Copy the full SHA
    2f2898d View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2015

  1. A new generic view that infers templates from the URL, some configura…

    …tion
    
    simplification and DRY work, the beginning of a tool for populating a Django
    model from a Sheer template
    rosskarchner committed Jun 30, 2015
    Copy the full SHA
    9a5a639 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5ed7dbb View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2015

  1. refactored to simplify and unify the generic views, and make the comb…

    …ined
    
    SheerTemplateView behave more like Sheer does.
    rosskarchner committed Jul 6, 2015
    Copy the full SHA
    aee686a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    843c868 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a93dadb View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2015

  1. fix date formatting filter, and implement relative template imports, …

    …and a
    
    global request object!
    rosskarchner committed Jul 14, 2015
    Copy the full SHA
    0acdb4b View commit details
    Browse the repository at this point in the history
  2. Update README.rst

    rosskarchner committed Jul 14, 2015
    Copy the full SHA
    b354627 View commit details
    Browse the repository at this point in the history
  3. add pytz

    rosskarchner committed Jul 14, 2015
    Copy the full SHA
    d0084b4 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d6e4aa6 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    6b2fb74 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2015

  1. git ignore fix via @kurtw

    rosskarchner committed Jul 22, 2015
    Copy the full SHA
    59a3c2d View commit details
    Browse the repository at this point in the history