summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2016-08-01Pulled contrib translations from TransifexClaude Paroz
2016-07-31[1.10.x] Fixed #26972 -- Fixed is_collection definition in MapWidget initiali...Claude Paroz
2016-07-28[1.10.x] Refs #26657 -- Fixed a crash induced by invalid WKT returned by MySQ...Sergey Fedoseev
2016-07-28[1.10.x] Fixed #26657 -- Made GeomValue omit SRID for MySQL.Sergey Fedoseev
2016-07-27[1.10.x] Fixed #26949 -- Fixed crash of disabled forms.JSONField.Olexander Yermakov
2016-07-18[1.10.x] Fixed XSS in admin's add/change related popup.Tim Graham
2016-07-15[1.10.x] Updated contrib.postgres translation catalogClaude Paroz
2016-06-29[1.10.x] Added Upper/Lower Sorbian translationsClaude Paroz
2016-06-29[1.10.x] Added Georgian mapping to contrib/admin/static/admin/js/urlify.jsLh4cKg
2016-06-21[1.10.x] Fixed #26785 -- Made Oracle return None rather than empty string for...Sergey Fedoseev
2016-06-21[1.10.x] Refs #21379, #26719 -- Moved username normalization to AbstractBaseU...Tim Graham
2016-06-21[1.10.x] Fixed #26729 -- Allowed overriding a form field's label/help_text in...Paulo
2016-06-21[1.10.x] Fixed #26783 -- Fixed SessionMiddleware's empty cookie deletion when...Jon Dufresne
2016-06-21[1.10.x] Fixed #26750 -- Fixed introspection for geography point field with d...Claude Paroz
2016-06-18[1.10.x] Fixed #26775 -- Supported dim=3 geography fieldsClaude Paroz
2016-06-17[1.10.x] Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware ...Carl Meyer
2016-06-16[1.10.x] Used SQL from DB backend in GeomValue.Tim Graham
2016-06-16[1.10.x] Fixed flake8 2.6 warnings.Tim Graham
2016-06-15[1.10.x] Fixed broken links in docs and comments.Ville Skyttä
2016-06-10[1.10.x] Fixed #26742 -- Fixed action select color in admin changelist.Dmitry Medvinsky
2016-06-07[1.10.x] Fixed #26716 -- Made CurrentSiteMiddleware compatible with new-style...Brett Haydon
2016-06-06[1.10.x] Refs #16501, #26474 -- Added xregexp.js source file.Pyie Zone
2016-06-02[1.10.x] Fixed #26672 -- Fixed HStoreField to raise ValidationError instead o...Brad Melin
2016-05-27[1.10.x] Refs #25588 -- Fixed GDAL dependency in spatial lookups.Daniel Wiesmann
2016-05-25[1.10.x] Added missing quotes in openlayers.html template.Aleksey
2016-05-24[1.10.x] Refs #26134 -- Updated deprecated MySQL GIS function names.Tim Graham
2016-05-19Refs #26421 -- Refactored Apps.lazy_model_operation() for better checks and t...Alex Hill
2016-05-18Fixed #25774 -- Refactor datetime expressions into public APIJosh Smeaton
2016-05-17Updated translation catalogsClaude Paroz
2016-05-17Fixed #24067 -- Renamed content types upon model renaming.Simon Charette
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-05-17Updated admin's jQuery to 2.2.3.Tim Graham
2016-05-17Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models...Loïc Bistuer
2016-05-16Refs #21379 -- Normalized unicode username inputsClaude Paroz
2016-05-16Fixed #21379 -- Created auth-specific username validatorsClaude Paroz
2016-05-16Refs #26592 -- Fixed band statistics for empty bands and GDAL 2.1Daniel Wiesmann
2016-05-15Fixed #24075 -- Used post-migration models in contrib apps receivers.Simon Charette
2016-05-13Fixed #26614 -- Used constant_time_compare() in checking session auth hash in...Tim Graham
2016-05-13Fixed #24938 -- Added PostgreSQL trigram support.Matthew Somerville
2016-05-13Fixed #26333 -- Made GIS Geometry classes deconstructible.Nicolas Noé
2016-05-13Fixed #26612 -- Fixed SelectFilter2 buttons changing URL.David Sanders
2016-05-12Prevented findstatic argument from appearing as multiple options.eltronix
2016-05-12Fixed #26277 -- Added support for null values in ChoicesFieldListFilter.Vincenzo Pandolfo
2016-05-11Refs #24227 -- Partially reverted replacement of M2M isinstance checks by fie...Collin Anderson
2016-05-07Fixed #26449 -- Merged admin's FORMFIELD_FOR_DBFIELD_DEFAULTS with formfield_...marysia
2016-05-07Fixed #26582 -- Added prettier admin display for list values.Dan Watson
2016-05-07Fixed #26544 -- Delayed translations of SetPasswordForm help_textsClaude Paroz
2016-05-06Fixed #25588 -- Added spatial lookups to RasterField.Daniel Wiesmann
2016-05-06Refs #25847 -- Added system check for UserModel.is_anonymous/is_authenticated...Tim Graham
2016-05-04Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()Claude Paroz