Django Jet Versions Save

Modern responsive template for the Django admin interface with improved functionality. We are proud to announce completely new Jet. Please check out Live Demo

0.9.0

7 years ago

Changelog

  • Almost complete layout rewrite with only 3 template overrides
  • Responsive layout for mobile devices
  • Reorganized scripts (Browserify + gulp)
  • Updated table sortable headers style
  • Fixed related object popups bugs
  • Added check for JS language files existence before load
  • Refactored locale files
  • Fixed admin permissions checks
  • Fixed compatibility issue with Django 1.10

0.1.5

7 years ago

Changelog

  • Add inlines.min.js
  • Specify IE compatibility version
  • Add previous/next buttons to change form
  • Add preserving filters when returning to changelist
  • Add opened tab remembering
  • Fix breadcrumbs text overflow
  • PR-65: Fixed Django 1.8+ compatibility issues (thanks to hanuprateek, SalahAdDin, cdrx for pull requests)
  • PR-73: Added missing safe template tag on the change password page (thanks to JensAstrup for pull request)

0.1.4

8 years ago

Changelog

  • [Feature] Side bar compact mode (lists all models without opening second menu)
  • [Feature] Custom side bar menu applications and models content and ordering
  • [Feature] Related objects actions in nice-looking popup instead of new window
  • [Feature] Add changelist row selection on row background click
  • [Fix] Better 3rd party applications template compatibility
  • [Fix] JET and Django js translation conflicts
  • [Fix] Hide empty model form labels
  • [Fix] Wrong positioning for 0 column
  • [Fix] Issue-21: Init label wrapped checkboxes
  • [Improvement] Add top bar arrow transition

0.1.3

8 years ago

Changelog

  • [Feature] Add theme choosing ability
  • [Feature] New color themes
  • [Fix] Refactor themes
  • [Fix] Rename JET_THEME configuration option to JET_DEFAULT_OPTION
  • [Fix] Fixed scrolling to top when side menu opens
  • [Fix] Fixed read only fields paddings
  • [Fix] Issue-18: Remove unused resources which may brake static processing (thanks to DheerendraRathor for the report)
  • [Fix] Issue-19: Fixed datetime today button (thanks to carlosfvieira for the report)

0.1.2

8 years ago

Changelog

  • [Fix] Issue-14: Fixed ajax fields choices being rendered in page (thanks to dnmellen for the report)
  • [Fix] Issue-15: Fixed textarea text wrapping in Firefox
  • [Feature] PR-16: Allow usage of select2_lookups filter in ModelForms outside of Admin (thansk to dnmellen for pull request)
  • [Fix] Fixed select2_lookups for posted data
  • [Feature] Issue-14: Added ajax related field filters
  • [Fix] Made booleanfield icons cross browser compatible
  • [Fix] Issue-13: Added zh-hans i18n
  • [Feature] Separate static browser cache for each jet version

0.1.1

8 years ago

Changelog

  • [Feature] Added fade animation to sidebar application popup
  • [Fix] Issue-10: Fixed ability to display multiple admin form fields on the same line (thanks to blueicefield for the report)
  • [Fix] Fixed broken auth page layout for some translations
  • [Fix] Issue-11: Fixed setup.py open file in case utf-8 path (thanks to edvm for the report)

0.1.0

8 years ago

Changelog

  • [Fix] Issue-9: Fixed dashboard application templates not being loaded because of bad manifest (thanks to blueicefield for the report)
  • [Fix] Added missing localization for django 1.6
  • [Fix] Added importlib requirement for python 2.6
  • [Fix] Added python 2.6 test
  • [Fix] Fixed coveralls 1.0 failing for python 3.2
  • [Improvement] Expand non dashboard sidebar width

0.0.9

8 years ago

Changelog

  • [Feature] Replace sidemenu scrollbars with Mac-like ones
  • [Feature] Added dashboard reset button
  • [Feature] Updated sidebar links ui
  • [Fix] Fixed filter submit block text alignment
  • [Fix] Made boolean field icon style global
  • [Fix] Fixed metrics requests timezone to be TIME_ZONE from settings

0.0.4

8 years ago

Changelog

  • [Feature] Added Python 3 support

0.0.5

8 years ago

Changelog

  • [Feature] Added ability to set your own branding in the top of the sidebar