summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
* Refs #25847 -- Added system check for UserModel.is_anonymous/is_authenticated...Tim Graham2016-05-061-0/+21
* Fixed #26555 -- Gave deconstructible objects a higher priority during seriali...Markus Holtermann2016-05-041-11/+12
* Replaced a 'raw' six importClaude Paroz2016-05-041-2/+1
* Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()Claude Paroz2016-05-0412-96/+50
* Fixed #26558 -- Removed need for request context processor on admin login page.Dan Stephenson2016-05-042-1/+2
* Fixed #26577 -- Disabled implicit wait of Selenium tests where appropriate.Simon Charette2016-05-032-12/+30
* Normalized "an SQL" spelling.Ville Skyttä2016-05-033-5/+5
* Fixed #26575 -- Disabled SelectFilter buttons when inactive.David Sanders2016-05-032-4/+22
* Refs #22897 -- Removed unneeded empty string QueryDict argument.Tim Graham2016-05-032-6/+6
* Fixed #26567 -- Updated references to obsolete RFC2616.Vasiliy Faronov2016-05-035-7/+7
* Fixed #26561 -- Improved admin's JavaScript SelectBox performance on large li...David Sanders2016-05-032-30/+62
* Refs #16508 -- Added invalidation of stale cached instances of GenericForeign...Michal Petrucha2016-05-031-15/+24
* Refs #26565 -- Errored nicely when using Prefetch with a values() queryset.Simon Charette2016-05-031-0/+2
* Refs #16508 -- Made Model.__init__() aware of virtual fields.Michal Petrucha2016-05-032-22/+6
* Fixed #26341 (again) -- Addressed multiple occurrences per line use caseClaude Paroz2016-05-021-1/+1
* Fixed #26569 -- Updated OSM Mapnik constructorbgaechter2016-05-022-2/+1
* Fixed docstring typos.Offby-One Kenobi2016-05-021-1/+1
* Refs 2bd1bbc -- Made GeometryField.get_db_prep_lookup() a private (deprecated...Tim Graham2016-05-022-29/+15
* Refs #22936 -- Moved more of Field.get_db_prep_lookup() to lookups.Tim Graham2016-05-022-17/+38
* Fixed #26440 -- Added a warning for non-url()s in urlpatterns.Alasdair Nicol2016-04-301-2/+33
* Fixed #26058 -- Delegated os.path bits of FileField's filename generation to ...Cristiano2016-04-302-12/+36
* Pulled translations from TransifexClaude Paroz2016-04-30234-1483/+3103
* Removed deprecated Chinese language codes for contrib appsClaude Paroz2016-04-3044-3856/+0
* Fixed source path in contrib.admin translation catalogClaude Paroz2016-04-301-2/+2
* Fixed #26341 -- Fixed makemessages breaking location comments for HTML filesClaude Paroz2016-04-301-6/+11
* Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...Anssi Kääriäinen2016-04-2912-156/+67
* Fixed #26546 -- Allowed HTTPStatus enum values for HttpResponse.status.David Evans2016-04-291-1/+1
* Fixed #26557 -- Converted empty strings to None when saving GenericIPAddressF...Joshua Phillips2016-04-291-1/+1
* Refs #26428 -- Added support for relative path redirects to the test client.Tim Graham2016-04-291-2/+7
* Refs #15667 -- Removed choices argument from some RendererMixin methods.Tim Graham2016-04-281-7/+6
* Refs #26521 -- Adjusted CreateModel bases validation to account for mixins.Simon Charette2016-04-281-6/+5
* Fixed #26554 -- Updated docs URLs to readthedocs.ioTim Graham2016-04-281-1/+1
* Fixed #26553 -- Removed unneeded loop in views/i18n.pyTim Graham2016-04-281-4/+3
* Refs #26521 -- Added the duplicated value to CreateModel validation messages.Simon Charette2016-04-271-4/+4
* Fixed #26521 -- Validated CreateModel bases, fields and managers for duplicates.James Robert2016-04-271-0/+20
* Fixed #26542 -- Fixed quoting in CreateExtension operation.Conrad Kramer2016-04-271-2/+2
* Fixed #21332, #26538 -- Fixed inconsistent and duplicate form fields on inlin...David Sanders2016-04-261-7/+7
* Refs #26033 -- Added password hasher support for Argon2 v1.3.Bas Westerbaan2016-04-251-14/+42
* Refs #22936 -- Removed unused code in Field.get_db_prep_lookup().Tim Graham2016-04-251-20/+2
* Removed unused Q.clone().Tim Graham2016-04-251-10/+0
* Removed unused/untested Field.get_choices_default()/value_to_string() methods.Tim Graham2016-04-253-36/+1
* Fixed #26052 -- Moved conditional_content_removal() processing to the test cl...Tim Graham2016-04-254-45/+24
* Fixed #26536 -- Preserved leading dashes of the cached template loader keys.Simon Charette2016-04-241-1/+1
* Fixed #26534 -- Fixed boolean form fields has_changed() with hidden input.David Sanders2016-04-241-14/+3
* Fixed #26533 -- Renamed Widget._format_value() to format_value().Tim Graham2016-04-232-5/+14
* Fixed #26427 -- Ensured deleted setting doesn't appear in dir(settings)Claude Paroz2016-04-231-1/+4
* Removed unused BaseExpression.refs_aggregate().Tim Graham2016-04-222-56/+1
* Fixed #26320 -- Deprecated implicit OneToOnField parent_link.Tim Graham2016-04-221-0/+5
* Removed unused ForeignObject.attnames/get_defaults().Tim Graham2016-04-221-7/+0
* Removed unused ForeignObjectRel.get_choices() limit_to_currently_related argu...Tim Graham2016-04-221-10/+4