summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
* [1.8.x] Bumped version for 1.8.4 release.1.8.4Tim Graham2015-08-181-1/+1
* [1.8.x] Fixed DoS possiblity in contrib.auth.views.logout()Tim Graham2015-08-181-1/+1
* [1.8.x] Fixed #25180 -- Prevented varchar_patterns_ops and text_patterns_ops ...Caio Ariede2015-08-151-0/+5
* [1.8.x] Fixed #25267 -- Corrected message for admin.E122 system check.Fabrizio Ettore Messina2015-08-131-2/+9
* [1.8.x] Removed unreachable codeAndriy Sokolovskiy2015-08-132-10/+0
* [1.8.x] Fixed #25160 -- Moved unsaved model instance data loss check to Model...Tim Graham2015-08-103-12/+27
* [1.8.x] Updated Wikipedia links to use httpsClaude Paroz2015-08-083-3/+3
* [1.8.x] Fixed #25231 -- Added recording of squashed migrations in the migrate...mlavin2015-08-071-0/+1
* [1.8.x] Fixed #25233 -- Fixed HStoreField.has_changed() handling of initial v...Tim Graham2015-08-071-7/+8
* [1.8.x] Fixed #25215 -- Solved reference to forms.HStoreField in declaration ...Curtis Maloney2015-08-041-1/+1
* [1.8.x] Fixed #25206 -- Fixed error message when checking a ModelAdmin fields...Alasdair Nicol2015-08-031-1/+1
* [1.8.x] Fixed #25204 -- Added missing space in runserver logging.Tim Graham2015-08-011-1/+1
* [1.8.x] Fixed #25176 -- Prevented TestCase.setUpTestData() exception from lea...Adam Chainz2015-08-011-1/+5
* [1.8.x] Fixed #12768 -- Fixed QuerySet.raw() regression on FK with custom db_...Matt Johnson2015-07-231-3/+3
* [1.8.x] Fixed import order in django/core/serializers/json.pyTim Graham2015-07-221-1/+1
* [1.8.x] Fixed #25147 -- Fixed debug view copy-paste/interactive toggle.Tim Graham2015-07-201-1/+1
* [1.8.x] Fixed #25123 -- Corrected makemessages --extension help textCesar Canassa2015-07-141-1/+1
* [1.8.x] Fixed #25079 -- Added warning if both TEMPLATES and TEMPLATE_* settin...Daniel Roseman2015-07-132-0/+32
* [1.8.x] Fixed #25019 -- Added UUID support in DjangoJSONEncoderLukas Hetzenecker2015-07-101-1/+4
* [1.8.x] Post-release version bump.Tim Graham2015-07-081-1/+1
* [1.8.x] Bumped version for 1.8.3 release.1.8.3Tim Graham2015-07-081-1/+1
* [1.8.x] Fixed catastrophic backtracking in URLValidator.Shai Berger2015-07-081-1/+1
* [1.8.x] Prevented newlines from being accepted in some validators.Tim Graham2015-07-081-12/+15
* [1.8.x] Fixed #19324 -- Avoided creating a session record when loading the se...Carl Meyer2015-07-084-8/+12
* [1.8.x] Refs #23882 -- Added detection for moved files when using inotify pol...Chris Bainbridge2015-07-071-1/+3
* [1.8.x] Fixed #25059 -- Allowed Punycode TLDs in URLValidatorAlexey Sveshnikov2015-07-061-1/+1
* [1.8.x] Refs #23621 -- Fixed warning message when reloading models.Marten Kenbeek2015-06-301-1/+1
* [1.8.x] Fixed #25031 -- Fixed a regression in the unordered_list template fil...Noam2015-06-271-15/+20
* [1.8.x] Fixed #24958 -- Fixed inline forms using UUID-PK parents with auto-PK...Jason Hoos2015-06-261-3/+8
* [1.8.x] Fixed #25016 -- Reallowed non-ASCII values for ForeignKey.related_nam...薛丞宏2015-06-261-4/+12
* [1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.Tim Graham2015-06-2344-142/+145
* [1.8.x] Fixed #24940 -- Made model managers hashableMarkus Holtermann2015-06-191-0/+3
* [1.8.x] Fixed #24948 -- Fixed crash when uploading bitmap images in forms.Ima...Andriy Sokolovskiy2015-06-161-1/+3
* [1.8.x] Fixed #24972 -- Fixed removing unique_together indexes on MySQL.Adam Brenecki2015-06-151-4/+2
* [1.8.x] Fixed #24912 -- Fixed prefetch_related failure for UUIDField primary ...Brian King2015-06-151-1/+4
* [1.8.x] Fixed flake8 warnings on Python 3.Tim Graham2015-06-154-4/+4
* [1.8.x] Fixed #24769 -- Cast optparse verbosity argument to an integer for be...Rivo Laks2015-06-091-2/+5
* [1.8.x] Fixed #24903 -- Fixed assertRaisesMessage on Python 2.7.10.Tim Graham2015-06-091-5/+9
* [1.8.x] Fixed ImportError message in utils.module_loading.import_string()Tomasz Kontusz2015-06-061-1/+1
* [1.8.x] Fixed #24744 - Fixed relabeled_clone for the TransformAndriy Sokolovskiy2015-06-061-1/+6
* [1.8.x] Fixed #24924 -- Join promotion for multiple Case expressionsMark Lavin2015-06-051-3/+1
* [1.8.x] Fixed #24833 -- Fixed Case expressions with exclude().Andriy Sokolovskiy2015-06-052-8/+24
* [1.8.x] Removed comment from Form.changed_data; refs #24191Alasdair Nicol2015-06-041-6/+0
* [1.8.x] Cleaned up docstring style, per Tim Graham review.Carl Meyer2015-06-031-1/+0
* [1.8.x] Refs #24628 -- Added a second test and a docstring comment to avoid r...Carl Meyer2015-06-031-0/+8
* [1.8.x] Fixed #24628 -- Fixed applied status for squashed migrations.Carl Meyer2015-06-022-0/+13
* [1.8.x] Fixed #24895 -- Fixed loading a pair of squashed migrations with a de...Carl Meyer2015-06-021-8/+22
* [1.8.x] Fixed #24897 -- Allowed using choices longer than 1 day with Duration...zauddelig2015-06-021-1/+1
* [1.8.x] Fixed #24831 -- Fixed pickling queryset with prefetch_related() after...Andriy Sokolovskiy2015-06-021-0/+5
* [1.8.x] Fixed #24893 -- Fixed lack of unique constraint when changing a field...Tim Graham2015-06-021-1/+3