summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
* Fixed #26285 -- Deprecated the MySQL-specific __search lookup.Marc Tamlyn2016-03-023-0/+8
* Refs #19527 -- Allowed QuerySet.bulk_create() to set the primary key of its o...acrefoot2016-03-025-20/+57
* Fixed #26304 -- Ignored unmanaged through model in table introspection.Matthew Schinckel2016-03-021-1/+4
* Removed obsolete, unused option 'hide_empty' from loaddata command.Jon Dufresne2016-03-011-4/+1
* Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during login.Florian Apolloner2016-03-011-20/+57
* Fixed CVE-2016-2512 -- Prevented spoofing is_safe_url() with basic auth.Mark Striemer2016-03-011-2/+6
* Fixed #26229 -- Improved check for model admin check admin.E124Alasdair Nicol2016-03-011-4/+4
* Fixed #26186 -- Documented how app relative relationships of abstract models ...Simon Charette2016-02-291-15/+6
* Removed unused 'Between' lookup.Adam Chainz2016-02-291-5/+0
* Fixed #26230 -- Made default_related_name affect related_query_name.chenesan2016-02-273-6/+21
* Fixed #26264 -- Fixed prefetch_related() crashes with values_list(flat=True)Attila Tovt2016-02-261-5/+6
* Fixed #21608 -- Prevented logged out sessions being resurrected by concurrent...Tore Lundqvist2016-02-265-11/+40
* Fixed #26286 -- Prevented content type managers from sharing their cache.Simon Charette2016-02-261-9/+11
* Fixed #25279 -- Made prefetch_related_objects() public.Adam Chainz2016-02-262-10/+9
* Fixed #24974 -- Fixed inheritance of formfield_callback for modelform_factory...Yoong Kang Lim2016-02-261-2/+9
* Fixed #24793 -- Unified temporal difference support.Simon Charette2016-02-2612-0/+92
* Fixed #24653 -- Fixed MySQL database introspection when using read_default_file.zshimanchik2016-02-261-4/+4
* Fixed #26280 -- Fixed cached template loader crash when loading nonexistent t...Ivan Tsouvarev2016-02-261-1/+1
* Fixed #25811 -- Added a helpful error when making _in queries across differen...Edwar Baron2016-02-261-0/+7
* Fixed #26231 -- Used .get_username in admin login template.Sjoerd Job Postmus2016-02-251-1/+1
* Fixed #26269 -- Prohibited spaces in is_valid_ipv6_address().Nick Malakhov2016-02-251-0/+6
* Fixed #26151 -- Refactored MigrationWriter.serialize()Yoong Kang Lim2016-02-252-266/+392
* Fixed #26117 -- Consulted database routers in initial migration detection.Scott Sexton2016-02-251-3/+16
* Fixed #12233 -- Allowed redirecting authenticated users away from the login v...Olivier Le Thanh Duong2016-02-251-13/+20
* Fixed #14098 -- Prevented crash for introspection errors in inspectdbClaude Paroz2016-02-251-13/+21
* Fixed #26266 -- Output the primary key in the GeoJSON serializer propertiesClaude Paroz2016-02-241-0/+3
* Fixed #26267 -- Fixed BoundField to reallow slices of subwidgets.Jon Dufresne2016-02-241-1/+1
* Fixed #23832 -- Added timezone aware Storage API.James Aylett2016-02-232-7/+124
* Prevented static file corruption when URL fragment contains '..'.Aymeric Augustin2016-02-231-8/+0
* Fixed #26249 -- Fixed collectstatic crash for files in STATIC_ROOT referenced...Aymeric Augustin2016-02-231-31/+40
* Fixed #25670 -- Allowed dictsort to sort a list of lists.Andrew Kuchev2016-02-232-7/+34
* Fixed #26263 -- Deprecated Context.has_key()Tim Graham2016-02-231-4/+11
* Used call_command return value in staticfiles testsClaude Paroz2016-02-232-3/+3
* Fixed #26190 -- Returned handle() result from call_commandClaude Paroz2016-02-231-7/+6
* Fixed #26187 -- Removed weak password hashers from PASSWORD_HASHERS.Tim Graham2016-02-221-5/+0
* Fixed #26238 -- Raised explicit error for non-editable field in ModelFormClaude Paroz2016-02-211-0/+6
* Fixed #25653 -- Made --selenium run only the selenium tests.Akshesh2016-02-191-1/+2
* Refs #25735 -- Made @tag decorator importable from django.test.Tim Graham2016-02-191-2/+2
* Fixed #25349 -- Allowed a ModelForm to unset a fields with blank=True, requir...haxoza2016-02-191-5/+5
* Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator.Tim Graham2016-02-181-1/+8
* Fixed #26107 -- Added option to int_list_validator() to allow negative integers.Akshesh2016-02-181-2/+5
* Fixed #26233 -- Fixed invalid reSt in models.Q docstring.Tim Graham2016-02-181-1/+1
* Fixed #26219 -- Fixed crash when filtering by Decimal in RawQuery.Akshesh2016-02-171-1/+1
* Fixed #25735 -- Added support for test tags to DiscoverRunner.Jakub Paczkowski2016-02-172-2/+39
* Fixed #26215 -- Fixed RangeField/ArrayField serialization with None valuesClaude Paroz2016-02-162-4/+11
* Fixed #24727 -- Prevented ClearableFileInput from masking exceptions on Python 2Berker Peksag2016-02-151-1/+1
* Fixed #26212 -- Made forms.FileField and translation.lazy_number() picklable.Alexey Kotlyarov2016-02-151-0/+7
* Fixed #26193 -- Made urlize() trim multiple trailing punctuation.Jon Dufresne2016-02-151-13/+40
* Fixed #11665 -- Made TestCase check deferrable constraints after each test.Jon Dufresne2016-02-131-1/+12
* Fixed #25304 -- Allowed management commands to check if migrations are applied.Mounir Messelmeni2016-02-124-37/+46