summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2016-10-12Fixed #19705 -- Set proper headers on conditional Not Modified responses.Kevin Christopher Henry
2016-10-12Removed unused SubqueryConstraint.relabel_aliases() and clone() methods.Tim Graham
2016-10-11Replaced '__' with LOOKUP_SEP constant.Nick Pope
2016-10-11Added missing roles/options to parse_color_setting()'s docstring.Nick Pope
2016-10-10Removed unused contrib.admin.utils.remove_trailing_data_field().Tim Graham
2016-10-10Fixed #26447 -- Deprecated settings.USE_ETAGS in favor of ConditionalGetMiddl...Denis Cornehl
2016-10-10Fixed gis_tests.geoapp when run in isolation.Tim Graham
2016-10-07Fixed #24941 -- Added ModelAdmin.get_exclude().Zach Borboa
2016-10-07Fixed #26327 -- Added JsonAgg to contrib.postgres.Mads Jensen
2016-10-06Fixed #27301 -- Prevented exceptions that fail unpickling from crashing the p...Adam Wróbel
2016-10-06Fixed #27244 -- Changed Greek's thousand separator from space to dot.kappataumu
2016-10-06Fixed #27300 -- Made makemigrations --dry-run output a string (no bytes)Claude Paroz
2016-10-05Fixed #27262 -- Moved URL checks to resolver and pattern classes.Lucas Lois
2016-10-05Removed unused variable in django/core/mail/backends/smtp.py.Tim Graham
2016-10-05Fixed #27273 -- Added a construct_change_message() admin utility function.Tim Graham
2016-10-04Refs #18974 -- Deprecated @models.permalink() decorator.Tim Graham
2016-10-04Fixed #27218 -- Returned LogEntry instances from ModelAdmin.log_*() methods.François Freitag
2016-10-04Fixed #27193 -- Preserved ordering in select_for_update subqueries.François Freitag
2016-10-04Refs #27118 -- Reallowed using pk in QuerySet.get/update_or_create().François Freitag
2016-10-04Fixed #27279 -- Fixed a migration performance regression related to RenameMod...Simon Charette
2016-10-04Fixed #27309 -- Added CallableBool.__hash__().Reto Aebersold
2016-10-02Fixed #27305 -- Removed BaseCommand.can_import_settings unused attributeClaude Paroz
2016-10-01Fixed #27302 -- Fixed ModelAdmin.construct_change_message() changed field det...Claude Paroz
2016-10-01Fixed #26541 -- Allowed MySQL transaction detection to work without table cre...Mariusz Felisiak
2016-10-01Refs #26940 -- Re-allowed makemessages without settingsClaude Paroz
2016-09-30Updated translations from TransifexClaude Paroz
2016-09-30Refs #27186 -- Fixed model form default fallback for CheckboxSelectMultiple.Tim Graham
2016-09-30Removed unneeded no_settings_commands hardcoded listClaude Paroz
2016-09-30Updated links to the current version of MySQL docs.Tim Graham
2016-09-28Fixed #27217 -- Fixed crash in CreateModel optimization with models that use ...Tim Graham
2016-09-28Fixed #27226 -- Removed patch_response_headers()'s setting of the Last-Modifi...Rinat Khabibiev
2016-09-27Split admin_docs tests into separate files.Tim Graham
2016-09-27Fixed #27282 -- Allowed using an integer DATABASES['PORT'] for Oracle.Zapelini
2016-09-27Fixed #27268 -- Restored an invalid related field lookup error message in Qu...Mariusz Felisiak
2016-09-27Fixed #27210 -- Allowed SMTPBackend to fail silently on a socket connection e...Vesteinn Snaebjarnarson
2016-09-27Fixed #20705 -- Allowed using PasswordResetForm with user models with an emai...levental
2016-09-27Removed unused branch in SQLCompiler.as_subquery_condition().Tim Graham
2016-09-27Fixed #27266 -- Allowed using assertFormError()/assertFormsetError() in admin...Tim Graham
2016-09-27Fixed #27271 -- Fixed a crash in runserver logging.Sergey Fursov
2016-09-26Removed missing name in django.db __all__.Adam Chainz
2016-09-26Removed obsolete lines in DeferredAttribute.__get__().Tim Graham
2016-09-26Removed DatabaseError and IntegrityError declarations from database backends.Adam Chainz
2016-09-24Fixed #27118 -- Made QuerySet.get_or_create()/update_or_create() error for a ...François Freitag
2016-09-24Removed unused FieldGetDbPrepValueMixin.get_prep_lookup_value().Tim Graham
2016-09-23Removed unused Prefetch.get_current_prefetch_through().Tim Graham
2016-09-23Removed unused regexes from django.utils.html.Jon Dufresne
2016-09-23Fixed #27261 -- Added missing python-brace-format markerClaude Paroz
2016-09-22Fixed #27257 -- Fixed builtin text lookups on JSONField keys.Simon Charette
2016-09-22Removed unnecessary casting when using builtin lookups on PostgreSQL.Simon Charette
2016-09-22Fixed #27159 -- Prevented pickling a query with an __in=inner_qs lookup from ...Jani Tiainen