index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
Age
Commit message (
Expand
)
Author
2013-06-28
Removed 'mimetype' arguments from a few places, as per deprecation TL.
Ramiro Morales
2013-06-28
Removed 'depth' .select_related() argument as per deprecation TL.
Ramiro Morales
2013-06-28
Removed custom profile model functionality as per deprecation TL.
Ramiro Morales
2013-06-28
Stop auto-correcting string INSTALLED_APPS, TEMPLATE_DIRS settings, as per de...
Ramiro Morales
2013-06-28
Removed 'cleanup' management command as per deprecation TL.
Ramiro Morales
2013-06-28
Removed django.utils.itercompat.product() as per deprecation TL.
Ramiro Morales
2013-06-28
Removed django.utils.simplejson as per deprecation TL.
Ramiro Morales
2013-06-28
Removed daily_cleanup.py script as per deprecation TL.
Ramiro Morales
2013-06-28
Removed AuthenticationForm.check_for_test_cookie() as per deprecation TL.
Ramiro Morales
2013-06-28
Removed warnings level handling code as per deprecation TL.
Ramiro Morales
2013-06-28
Fix Python 3 support
Andrew Godwin
2013-06-28
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-06-28
Ported over Field.deconstruct() from my schema alteration branch.
Andrew Godwin
2013-06-28
Master is now pre-1.7.
Jacob Kaplan-Moss
2013-06-28
Support 'pyformat' style parameters in raw queries, Refs #10070
Shai Berger
2013-06-27
Fixed #20664 -- Fixed a bug with raw_id_fields on Python 3.
Tim Graham
2013-06-27
Fixed #20571 -- Added an API to control connection.needs_rollback.
Aymeric Augustin
2013-06-27
Fixed #20244: PermissionsMixin now defines a related_query_name for M2Ms
Andrew Godwin
2013-06-27
Merge pull request #1311 from loic/ticket20619_take2
Andrew Godwin
2013-06-27
Add related_query_name to ForeignKey/M2M. Refs #20244
Andrew Godwin
2013-06-27
Fixed #20541 -- don't raise db signals twice when creating superuser
Anton Baklanov
2013-06-26
Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.
Tim Graham
2013-06-26
Fixed #20462 - Replaced the str() cast introduced in 273dc55 by force_text()
Loic Bistuer
2013-06-26
Fixed #20462 -- null/non-string regex lookups are now consistent
Andrew Clark
2013-06-26
Fixed missing initializations in WSGIRequest. Refs #20619
Loic Bistuer
2013-06-25
Fixed #20650 -- Fixed {% filter %} incorrectly accepting 'escape' as argument
Baptiste Mispelon
2013-06-25
Fixed #20642 -- Deprecated `Option.get_(add|change|delete)_permission`.
Simon Charette
2013-06-25
Fixed #19773 - Added admin/popup_response.html template.
Javier Mansilla
2013-06-25
Fixed #20653 -- Renamed checksetup management command.
Russell Keith-Magee
2013-06-24
Fixed #20636 -- Stopped stuffing values in the settings.
Aymeric Augustin
2013-06-24
Fixed #20644 -- Add ModelFormMixin.fields to the CBV flattened index
Baptiste Mispelon
2013-06-22
Fixed #20311 -- Make sure makemessages doesn't create duplicate Plural-Forms ...
Ramiro Morales
2013-06-22
Autodetect ForeignKeys and add dependencies/split on circulars
Andrew Godwin
2013-06-22
Fixed #20587 -- Made convert_values handle None values
Gilberto Gonçalves
2013-06-22
Remove EmailField max_length default removal in deconstruct()
Andrew Godwin
2013-06-22
Fixed #18872 -- Added prefix to FormMixin
Gilberto Gonçalves
2013-06-22
Fixed 17478 -- Allowed queryset overriding in BaseModelFormSet init
Claude Paroz
2013-06-21
Fixed #20290 -- Allow override_settings to be nested
Oliver Beattie
2013-06-21
Prompt about renames rather than doing them automatically
Andrew Godwin
2013-06-20
Autodetect field renames. HAHAHA. AHAHAHAHA. YES.
Andrew Godwin
2013-06-20
Fixed #20630 -- Removed `maxlength` attribute from `NumberInput`.
Simon Charette
2013-06-20
Rename makemigration to makemigrations
Andrew Godwin
2013-06-20
Autodetect field alters
Andrew Godwin
2013-06-20
Add AlterField and RenameField operations
Andrew Godwin
2013-06-20
Add operation that renames tables
Andrew Godwin
2013-06-20
Fixed #20632 -- Fixed {{ docs_version }} in project template
Baptiste Mispelon
2013-06-20
Fixed #20486 -- Ensure that file_move_safe raises an error if the destination...
Russell Keith-Magee
2013-06-19
Itty bitty typo fix.
Christian Metts
2013-06-19
Fixed #20288 -- Fixed inconsistency in the naming of the popup GET parameter.
Loic Bistuer
2013-06-19
Better naming, and prompt for NOT NULL field addition
Andrew Godwin
[prev]
[next]