summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2016-05-31Fixed #25645 -- Dropped support for SpatiaLite < 4.0.Tim Graham
2016-05-30Refs #26621 -- Added tests for admindocs.views.simplify_regex().Tim Graham
2016-05-27Refs #25588 -- Fixed GDAL dependency in spatial lookups.Daniel Wiesmann
2016-05-25Added missing quotes in openlayers.html template.Aleksey
2016-05-24Refs #26134 -- Updated deprecated MySQL GIS function names.Tim Graham
2016-05-20Increased the default PBKDF2 iterations.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
2016-05-04Fixed #26558 -- Removed need for request context processor on admin login page.Dan Stephenson
2016-05-03Fixed #26577 -- Disabled implicit wait of Selenium tests where appropriate.Simon Charette
2016-05-03Fixed #26575 -- Disabled SelectFilter buttons when inactive.David Sanders
2016-05-03Fixed #26561 -- Improved admin's JavaScript SelectBox performance on large li...David Sanders
2016-05-03Refs #16508 -- Added invalidation of stale cached instances of GenericForeign...Michal Petrucha
2016-05-03Refs #16508 -- Made Model.__init__() aware of virtual fields.Michal Petrucha
2016-05-02Fixed #26569 -- Updated OSM Mapnik constructorbgaechter
2016-05-02Refs 2bd1bbc -- Made GeometryField.get_db_prep_lookup() a private (deprecated...Tim Graham
2016-04-30Pulled translations from TransifexClaude Paroz
2016-04-30Removed deprecated Chinese language codes for contrib appsClaude Paroz
2016-04-30Fixed source path in contrib.admin translation catalogClaude Paroz
2016-04-29Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...Anssi Kääriäinen
2016-04-28Fixed #26554 -- Updated docs URLs to readthedocs.ioTim Graham
2016-04-27Fixed #26542 -- Fixed quoting in CreateExtension operation.Conrad Kramer
2016-04-25Refs #26033 -- Added password hasher support for Argon2 v1.3.Bas Westerbaan
2016-04-25Removed unused/untested Field.get_choices_default()/value_to_string() methods.Tim Graham
2016-04-23Fixed #26533 -- Renamed Widget._format_value() to format_value().Tim Graham
2016-04-22Refs #3254 -- Added full text search to contrib.postgres.Marc Tamlyn
2016-04-22Fixed #20189 -- Allowed customizing staticfiles ignored_patterns listClaude Paroz
2016-04-20Fixed #26520 -- Fixed a regression where SessionBase.pop() didn't return a Ke...Tobias Kroenke