index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-08-10
Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()
Tim Graham
2015-08-08
Used skipUnlessDBFeature where appropriate.
Simon Charette
2015-08-08
Refs #25236 -- Discouraged use of ifequal/ifnotequal template tags.
Tim Graham
2015-08-08
Corrected some inconsistent headings in docs/ref/templates/builtins.txt.
Tim Graham
2015-08-08
Updated various links in docs
Claude Paroz
2015-08-08
Refs #25236 -- Removed ifequal/ifnotequal usage.
Tim Graham
2015-08-08
Updated Wikipedia links to use https
Claude Paroz
2015-08-08
Updated Transifex links in docs
Claude Paroz
2015-08-07
Fixed #25231 -- Added recording of squashed migrations in the migrate command.
mlavin
2015-08-07
Fixed #25233 -- Fixed HStoreField.has_changed() handling of initial values.
Tim Graham
2015-08-07
Refs #25163 -- Added trimmed option to recent blocktrans addition
Claude Paroz
2015-08-07
Refs #25175 -- Added backwards compatibility for importing postgresql_psycopg...
Caio Ariede
2015-08-07
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
Caio Ariede
2015-08-07
Removed forms.models.save_instance() function.
Tim Graham
2015-08-07
Fixed #25241 -- Corrected ModelForm.save() error message when saving invalid ...
Tim Graham
2015-08-06
Refs #14476 -- Added a test for default annotation name access in aggregate.
Tim Graham
2015-08-05
Fixed #25229 -- Clarified how an iterable works with @permission_required
Tim Graham
2015-08-05
Fixed #25226 -- Set the model attribute on ArrayField's base_field
Ion Scerbatiuc
2015-08-05
Fixed #22404 -- Added a view that exposes i18n catalog as a JSON
Sergey Kolosov
2015-08-05
Fixed #25213 -- Discouraged use of QuerySet.extra()
Tim Graham
2015-08-05
Fixed #25212 -- Documented the RawSQL expression.
Tim Graham
2015-08-04
Fixed #25224 -- Fixed typo in docs/ref/contrib/flatpages.txt
Tim Graham
2015-08-04
Fixed #25222 -- Avoided installing django_bash_completion for python*-config.
Ville Skyttä
2015-08-04
Fixed #25221 -- Prevented django_bash_completion from leaking variables into ...
Ville Skyttä
2015-08-04
Fixed password_reset signature in docs
Alasdair Nicol
2015-08-04
Fixed #25136 -- Documented Count('X', distinct=True) in aggregate topic guide.
Caio Ariede
2015-08-04
Fixed #25211 -- Added HttpRequest.get_port() and USE_X_FORWARDED_PORT setting.
Matt Robenolt
2015-08-04
Fixed #25209 -- Removed parallel=True coverage option
Peter Schmidt
2015-08-04
Fixed #25191 -- Added string diff to SimpleTestCase.assertXMLEqual() message.
Caio Ariede
2015-08-04
Used @cached_property for BaseForm.changed_data.
Curtis Maloney
2015-08-04
Fixed #25215 -- Solved reference to forms.HStoreField in declaration of HStor...
Curtis Maloney
2015-08-03
Removed unused Field.get_flatchoices() method.
Tim Graham
2015-08-03
Fixed #25206 -- Fixed error message when checking a ModelAdmin fieldset's fie...
Alasdair Nicol
2015-08-03
Refs #17914 -- Discouraged using reverese() with callables.
Tim Graham
2015-08-03
Added test for ForeignObject.get_extra_descriptor_filter()
Alex Hill
2015-08-03
Fixed #25194 -- Fixed Korean YEAR_MONTH_FORMAT and MONTH_DAY_FORMAT.
Donggi Jung
2015-08-03
Made the @register decorator importable from contrib.gis.admin.
aroche
2015-08-02
Fixed flake8 warning.
Tim Graham
2015-08-01
Fixed #25089 -- Added password validation to createsuperuser/changepassword.
Alex Becker
2015-08-01
Removed unnecessary if statement in createsuperuser command.
Tim Graham
2015-08-01
Fixed #25207 -- Misspelled word in documentation: dialogue
Caio Ariede
2015-08-01
Removed obsolete note about sentry/raven not handling WSGI properly.
Matt Robenolt
2015-08-01
Fixed #25146 -- Allowed method_decorator() to decorate classes.
Rigel Di Scala
2015-08-01
Fixed #25204 -- Added missing space in runserver logging.
Tim Graham
2015-08-01
Fixed #24690 -- Added a warning about mutable defaults for ArrayField/JSONField.
Tim Graham
2015-08-01
Refs #25176 -- Fixed typo in tests/test_utils/tests.py
Tim Graham
2015-08-01
Fixed #25176 -- Prevented TestCase.setUpTestData() exception from leaking tra...
Adam Chainz
2015-07-31
Removed usage of selenium's deprecated switch_to_window() method.
Tim Graham
2015-07-31
Improved link to the supported versions section of the download page.
Tim Graham
2015-07-31
Fixed #24720 -- Avoided resolving URLs that don't end in a slash twice in Com...
Jay Cox
[prev]
[next]