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
path:
root
/
django
/
contrib
/
contenttypes
Age
Commit message (
Expand
)
Author
2013-11-16
[1.6.x] Fixed #21428 -- editable GenericRelation regression
Anssi Kääriäinen
2013-11-05
[1.6.x] Pulled Transifex translations for contrib apps
Claude Paroz
2013-08-02
[1.6.x] Fixed #18681 -- GenericInlineModelAdmin.get_formset() no longer bypas...
Loic Bistuer
2013-06-29
[1.6.x] Fixed #20677 - Typos in generic_inlineformset_factory docs.
Tim Graham
2013-06-10
Added TransactionTestCase.available_apps.
Aymeric Augustin
2013-06-05
Fixed #17927 -- Added initial values support for BaseGenericInlineFormSet
Bojan Mihelac
2013-05-23
Fixed #17648 -- Add `for_concrete_model` to `GenericForeignKey`.
Gavin Wahl
2013-05-21
(Re-)moved some imports
Claude Paroz
2013-05-18
Fix NoneType error when fetching a stale ContentType with get_for_id
Diederik van der Boor
2013-05-17
Replaced an antiquated pattern.
Aymeric Augustin
2013-05-09
Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...
Luke Plant
2013-05-07
Remove unnecessary check on __set__ parameters.
Mike Fogel
2013-05-02
Updated translation templates and removed en translations
Claude Paroz
2013-03-28
Updated translation templates
Claude Paroz
2013-03-28
Added Burmese language
Claude Paroz
2013-03-28
Updated translations from Transifex
Claude Paroz
2013-03-24
Fixed #19385 again, now with real code changes
Anssi Kääriäinen
2013-03-21
Fixed #20084 -- Provided option to validate formset max_num on server.
Andrew Gorcester
2013-03-08
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...
Loic Bistuer
2013-02-26
Merged contrib translations from 1.5 branch
Claude Paroz
2013-02-19
Added a new required ALLOWED_HOSTS setting for HTTP host header validation.
Carl Meyer
2013-02-07
Fixed #13085 -- Don't fail on creation of model with GFK to a model with __le...
Ramiro Morales
2013-02-05
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
Simon Charette
2013-01-22
Fixed #19477 - Documented generic_inlineformset_factory
Tim Graham
2012-12-30
Moved join path generation to Field
Anssi Kääriäinen
2012-12-16
Fixed #10790 -- Refactored sql.Query.setup_joins()
Anssi Kääriäinen
2012-11-24
Fixed #19806 -- Ensure that content types and permissions aren't created for ...
Russell Keith-Magee
2012-11-22
Fixed #16039 -- Made post_syncdb handlers multi-db aware.
Aymeric Augustin
2012-11-05
Removed unnecessary import after b98083ce3d
Claude Paroz
2012-11-04
Remove some bizzare and unnecesary code.
Alex Gaynor
2012-10-29
Fixed #17991 - prefetch_related fails with GenericRelation and varchar ID field
Luke Plant
2012-10-15
Updated base translation files
Claude Paroz
2012-09-28
Made more extensive use of get_current_site
Claude Paroz
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-08-08
[py3] Replaced raw_input by input
Claude Paroz
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-07-22
[py3] Updated urllib/urllib2/urlparse imports.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-06-08
Cleaned whitespace errors introduced in previous commit
Anssi Kääriäinen
2012-06-08
Fixed #18399 – Added a way to get ContentTypes for proxy models
Simon Charette
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2012-03-23
Pulled contenttypes translations updates from Transifex. Refs #17822.
Jannis Leidel
2012-03-15
Fixed #17838 - prefetch_related fails for GenericForeignKeys when related obj...
Luke Plant
2012-03-14
Added Tatar translation. Refs #17822.
Jannis Leidel
2012-03-14
Added Swahili translation. Refs #17822.
Jannis Leidel
2012-03-14
Added Nepali translation. Refs #17822.
Jannis Leidel
2012-03-14
Added Kazakh translation. Refs #17822.
Jannis Leidel
[next]