summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2015-07-12Fixed #25073 -- Added verbose_name to contrib's model fields that were missin...Szilveszter Farkas
2015-07-10Fixed #25072 -- Prevented GDALRaster memory to be uncollectableClaude Paroz
2015-07-09Fixed #25093 -- Added utils.datastructures.OrderedSet.__len__()darkryder
2015-07-09Fixed #25081 -- Prevented DISTINCT ON ordering from being cleared in get().Simon Charette
2015-07-08Fixed catastrophic backtracking in URLValidator.Shai Berger
2015-07-08Prevented newlines from being accepted in some validators.Tim Graham
2015-07-08Fixed #19324 -- Avoided creating a session record when loading the session.Carl Meyer
2015-07-07Refs #23882 -- Added detection for moved files when using inotify pollingChris Bainbridge
2015-07-07Fixed #22804 -- Added warning for unsafe value of 'sep' in SignerDavid Wolever
2015-07-06Fixed #25059 -- Allowed Punycode TLDs in URLValidatorAlexey Sveshnikov
2015-07-06Updated Memcached get_backend_timeout() comment.Karol Duleba
2015-07-06Removed some u string prefixes in code comments.Tim Graham
2015-07-06Removed unused variable template.base.ALLOWED_VARIABLE_CHARS.Tim Graham
2015-07-03Fixed #24877 -- Added middleware handling of response.render() errors.Sylvain Fankhauser
2015-07-03Fixed #23190 -- Made Paginator.page_range an iteratorRigel Di Scala
2015-07-03Fixed #25032 -- Removed double redirect in admin login.Jan Pazdziora
2015-07-02Fixed #25029 -- Added PersistentRemoteUserMiddleware for login-page-only exte...Jan Pazdziora
2015-07-02Fixed #25050 -- Allowed serialization of models with deferred fields.Grégoire ROCHER
2015-07-02Fixed #25054 -- Added app_label to swapped model AttributeErrorChris Lamb
2015-07-02Fixed #25053 -- Made admin templates use |safe with password help_textAdam Taylor
2015-07-02Fixed #24997 -- Enabled bulk_create() on proxy modelsWilliam Schwartz
2015-07-02Fixed #24908 -- Fixed duplicate readonly field rendering.jpic
2015-07-02Fixed #25040 -- Fixed migrations state crash with GenericForeignKeyKai Richard Koenig
2015-07-01Fixed #4960 -- Added "strip" option to CharFieldCurtis
2015-07-01Fixed #20916 -- Added Client.force_login() to bypass authentication.Jon Dufresne
2015-07-01Fixed #21695 -- Added asvar option to blocktrans.Matthew Somerville
2015-06-30Fixed #18247 -- Added cast to NUMERIC for Decimals on sqliteMichael Tänzer
2015-06-30Fixed #23658 -- Provided the password to PostgreSQL dbshell commandJean-Michel Vourgère
2015-07-01Removed datetime_cast_sql, which is never overridden or used anywhere in Django.Shai Berger
2015-06-30Refs #23621 -- Fixed warning message when reloading models.Marten Kenbeek
2015-06-30Fixed #21803 -- Added support for post-commit callbacksAndreas Pelme
2015-06-30Fixed #24911 -- Made BaseManager.get_queryset() allow custom queryset args.Jonas Degrave
2015-06-30Used %r in the TextNode repr to show newlines better.Ned Batchelder
2015-06-29Removed unused condition for the abstract model in ensure_default_manager()Andriy Sokolovskiy
2015-06-29Refs #20203 -- Allowed adding custom default manager to the model stateAndriy Sokolovskiy
2015-06-29Removed unnecessary returnAndriy Sokolovskiy
2015-06-29Removed unreachable codeAndriy Sokolovskiy
2015-06-29Fixed #25018 -- Changed simple_tag to apply conditional_escape() to its output.Luke Plant
2015-06-29Fixed #23791 -- Corrected object type check for pk__in=qsAnssi Kääriäinen
2015-06-28Used field.clone() where applicableMarkus Holtermann
2015-06-27Fixed #22463 -- Added code style guide and JavaScript linting (EditorConfig a...Trey Hunner
2015-06-27Sorted imports in __init__.py files.Tim Graham
2015-06-27Fixed #24887 -- Removed one-arg limit from models.aggregateGreg Chapple
2015-06-27Fixed #25031 -- Fixed a regression in the unordered_list template filter.Noam
2015-06-27Fixed #25017 -- Allowed customizing the DISALLOWED_USER_AGENTS responsesujayskumar
2015-06-26Fixed #24958 -- Fixed inline forms using UUID-PK parents with auto-PK children.Jason Hoos
2015-06-26Fixed #25016 -- Reallowed non-ASCII values for ForeignKey.related_name on Pyt...薛丞宏
2015-06-26Loaded real destructor functions before garbage timeClaude Paroz
2015-06-25Revert "Reverted lazy initialization of GIS destroy functions"Claude Paroz
2015-06-25Reverted lazy initialization of GIS destroy functionsClaude Paroz