summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
* Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexesClaude Paroz2016-09-127-18/+49
* Fixed #26401 -- Added BaseAuthConfig to use auth without migrations.Jon Dufresne2016-09-101-2/+14
* Fixed #26097 -- Added password_validators_help_text_html to UserCreationForm.Alexander Gaevsky2016-09-102-1/+6
* Fixed #27207 -- Replaced <p> tag with <div> in admin help texts.Alexander Gaevsky2016-09-105-15/+34
* Fixed #27083 -- Added support for weak ETags.Kevin Christopher Henry2016-09-104-33/+39
* Fixed #27204 -- Made clashing m2m intermediary table checks ignore unmanaged ...Tim Graham2016-09-091-2/+2
* Fixed #27062 -- Eased implementing select_for_update() on MSSQL.Mikhail Denisenko2016-09-092-16/+24
* Normalized spelling of ETag.Tim Graham2016-09-092-2/+2
* Fixed #27199 -- Made AdminIntegerFieldWidget use NumberInput.Rinat Khabibiev2016-09-091-1/+1
* Fixed #27195 -- Stopped dropping default when adding a nullable column.Simon Charette2016-09-091-1/+1
* Fixed #27175 -- Deprecated silencing exceptions from the {% include %} templa...Jon Dufresne2016-09-081-1/+10
* Fixed #27170 -- Added DatabaseWrapper class attributes to ease subclassing.Chris Jerdonek2016-09-089-67/+59
* Refs #15250 -- Removed an obsolete comment regarding MTI cascade deletion.Simon Charette2016-09-081-4/+0
* Fixed #26956 -- Added success_url_allowed_hosts to LoginView and LogoutView.Jon Dufresne2016-09-071-5/+15
* Refs #26956 -- Allowed is_safe_url() to validate against multiple hostsJon Dufresne2016-09-073-9/+21
* Fixed #27143 -- Allowed combining SearchQuery with more than one & or | opera...Nicola Jordan2016-09-071-19/+39
* Fixed #26908 -- Fixed crash with jsonfield__key__isnull lookup.Tim Graham2016-09-071-1/+1
* Fixed #27191 -- Fixed debug view crash for requests with 'items' in GET/POST/...Anatoly Burov2016-09-071-18/+22
* Fixed #27180 -- Fixed a crash in MySQL checks where SELECT @@sql_mode doesn't...Markus Gerards2016-09-071-1/+1
* Fixed #24865 -- Added remove_stale_contenttypes management command.Tim Graham2016-09-065-87/+111
* Removed transitive import of types.MethodType from six.Curtis Maloney2016-09-061-3/+3
* Fixed #27171 -- Added unicode_literals and coding preamble to all files in st...Ivan2016-09-034-4/+5
* Fixed #25788 -- Enabled the cached template loader if debug is False.Tim Graham2016-09-031-0/+2
* Replaced smart_* by force_* calls whenever possibleClaude Paroz2016-09-0320-59/+56
* Fixed #26098 -- Used cdnjs.cloudflare for OpenLayers.js.Daniel Hahler2016-09-032-3/+3
* Fixed #27097 -- Added index type introspection to built-in db backends.Akshesh2016-09-026-13/+14
* Added error messages for GIS DB functions when used with rasters.Daniel Wiesmann2016-09-021-1/+6
* Fixed #25476 -- Allowed PostgreSQL introspection to work regardless of table ...Marcos Vives Del Sol2016-09-021-56/+34
* Fixed #27108 -- Displayed collectstatic's delete/overwrite warnings only if s...François Freitag2016-09-021-11/+17
* Fixed #11331 -- Stopped closing pylibmc connections after each request.Ed Morley2016-09-021-0/+6
* Fixed #27142, #27110 -- Made makemigrations consistency checks respect databa...Tim Graham2016-09-012-11/+11
* Fixed #5908 -- Added {% resetcycle %} template tag.Sergei Maertens2016-09-011-0/+45
* Clarified URL regex check message with respect to include().Riccardo Magliocchetti2016-09-011-2/+5
* Refs #27039 -- Fixed regression with field defaults in prefixed forms.Alex Hill2016-09-011-1/+1
* Fixed #24112 -- Fixed assertInHTML()'s counting if needle has no root element.Adam Zapletal2016-08-311-0/+3
* Fixed #25181 -- Added localdate() function to get date in a different time zone.Jon Dufresne2016-08-312-2/+20
* Fixed #27152 -- Supported comma delimiter in memcached LOCATION string.Ed Morley2016-08-311-1/+2
* Fixed #27140 -- Prevented template rendering from hiding a property's TypeError.Tim Graham2016-08-311-3/+2
* Fixed #20892 -- Allowed configuring memcached client using OPTIONS.Ed Morley2016-08-311-8/+27
* Fixed #27154 -- Allowed comparing CallableBool with bitwise or.Olexander Yermakov2016-08-311-0/+3
* Fixed #27131 -- Passed proper string type to SMTP connection loginClaude Paroz2016-08-311-3/+7
* Fixed #27153 -- Added validation for HttpResponse status.Ryan Allen2016-08-301-1/+7
* Fixed #27081 -- Allowed migrations to serialize methods on pypy.Tim Graham2016-08-301-1/+1
* Fixed #26685 -- Added dwithin lookup support on SpatiaLite.Kevan Swanberg2016-08-301-0/+1
* Fixed #25109 -- Stopped silencing explicitly specified migration modules impo...Simon Charette2016-08-303-6/+12
* Removed double semicolon in SQL queryClaude Paroz2016-08-301-1/+1
* Refs #27097, #27098 -- Moved PostgreSQL index type introspection to get_const...Akshesh2016-08-302-14/+9
* Clarified topological_sort_as_sets() docstring.Pavel Sutyrin2016-08-291-1/+1
* Fixed #27136 -- Changed auth forms' autofocus attribute to HTML5 boolean syntax.Jon Dufresne2016-08-281-4/+4
* Fixed #27126 -- Made {% regroup %} return a namedtuple to ease unpacking.Baptiste Mispelon2016-08-261-1/+5