summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-14Fixed #27345 -- Stopped setting the Date header in ConditionalGetMiddleware.Tim Graham
2016-10-14Tested QuerySet compatibility check.Tim Graham
2016-10-14Refs #19705 -- Changed gzip modification times to 0.Kevin Christopher Henry
2016-10-14Refs #19705 -- Documented decorator ordering with @condition().Kevin Christopher Henry
2016-10-13Tested invalid QuerySet.order_by() arguments.Tim Graham
2016-10-13Removed unused InsertQuery.clone().Tim Graham
2016-10-13Removed unneeded try/except in Query.names_to_path().Tim Graham
2016-10-13Removed unused branch in SQLUpdateCompiler.as_sql().Tim Graham
2016-10-13Removed unused branch in Query.change_aliases().Tim Graham
2016-10-13Refs #19705 -- Made GZipMiddleware make ETags weak.Kevin Christopher Henry
2016-10-13Removed unused EmptyResultSets in SQLCompilers.Tim Graham
2016-10-13Fixed #27200 -- Provided makemigration's allow_migrate() with model_name.Tim Graham
2016-10-13Fixed #27342 -- Corrected QuerySet.update_or_create() example.Tim Graham
2016-10-13Fixed #26954 -- Prevented ModelAdmin.has_module_permission()=False from block...Halil Kaya
2016-10-12Fixed #24607 -- Serialized natural keys in multi-table inheritance models.João Sampaio
2016-10-12Fixed #27323 -- Optimized Oracle introspection by using USER_SEQUENCES instea...Mariusz Felisiak
2016-10-12Fixed #27333 -- Prevented BASE64 encoding in message.as_string() on Python 3Claude Paroz
2016-10-12Fixed #19705 -- Set proper headers on conditional Not Modified responses.Kevin Christopher Henry
2016-10-12Removed redundant usage of assertNotIn() in a mail test.Tim Graham
2016-10-12Removed unused SubqueryConstraint.relabel_aliases() and clone() methods.Tim Graham
2016-10-11Fixed nonexistent tmc.edu domain in GeoIP test.Tim Graham
2016-10-11Tested Model.get_next/prev_by_FIELD() on unsaved models.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-11Fixed typo in docs/ref/checks.txt.Nick Pope
2016-10-10Removed unused contrib.admin.utils.remove_trailing_data_field().Tim Graham
2016-10-10Doc'd the need to provide initial for formset submissions.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-08Added template syntax highlighting in docs/topics/i18n/timezones.txt.Tim Graham
2016-10-07Fixed #24941 -- Added ModelAdmin.get_exclude().Zach Borboa
2016-10-07Fixed #25475 -- Doc'd how to use a literal % in Func.template.Tim Graham
2016-10-07Updated security team roster.Markus Holtermann
2016-10-07Doc'd that model instances with pk=None don't compare equal.Adam Chainz
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 docs typos in lines ending with a dash.Tim Graham
2016-10-06Documented AppRegistryNotReady.Aymeric Augustin
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-05Refs #27218 -- Fixed LogEntry tests on MySQL 5.5.Tim Graham
2016-10-05Fixed #27273 -- Added a construct_change_message() admin utility function.Tim Graham
2016-10-04Refs #11078 -- Doc'd Meta inheritance in proxy models.Jonatas CD
2016-10-04Documented render_to_string()'s `using` parameter.Corey Farwell
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 #27292 -- Removed unnecessary password assignment in auth backend example.Tim Graham
2016-10-04Fixed #27193 -- Preserved ordering in select_for_update subqueries.François Freitag